EdmFunctionPayload Class
Contains additional attributes and properties of the EdmFunction.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EdmFunctionPayload() | Initializes a new instance of the EdmFunctionPayload class. |
Name | Description | |
---|---|---|
![]() | CommandText | Gets or sets the command text associated with the function. |
![]() | EntitySets | Gets or sets the entity sets for the function. |
![]() | IsAggregate | Gets a value that indicates whether this is an aggregate function. |
![]() | IsBuiltIn | Gets or sets whether this function is a built-in function. |
![]() | IsCachedStoreFunction | Gets or sets whether this function is a cached store function. |
![]() | IsComposable | Gets or sets whether this function can be composed. |
![]() | IsFromProviderManifest | Gets or sets whether this function is from a provider manifest. |
![]() | IsFunctionImport | Gets or sets whether this function is a function import. |
![]() | IsNiladic | Gets or sets whether the function contains no arguments. |
![]() | Parameters | Gets or sets the function parameters. |
![]() | ParameterTypeSemantics | Gets or sets the parameter type semantics. |
![]() | ReturnParameters | Gets or sets the return parameters. |
![]() | Schema | Gets or sets the function schema. |
![]() | StoreFunctionName | Gets or sets the store function name. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Note that EdmFunctionPayload objects are short lived and exist only to make EdmFunction initialization easier. Instance of this type are not compared to each other and arrays returned by array properties are copied to internal collections in the EdmFunction ctor. Therefore it is fine to suppress the Code Analysis messages.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.