EdmFunctionPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains additional attributes and properties of the EdmFunction
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes")]
public class EdmFunctionPayload
type EdmFunctionPayload = class
Public Class EdmFunctionPayload
- Inheritance
-
EdmFunctionPayload
- Attributes
Remarks
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.
Constructors
EdmFunctionPayload() |
Properties
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. |
Applies to
Entity Framework