EdmFunction Class
Class for representing a function
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.GlobalItem
System.Data.Entity.Core.Metadata.Edm.EdmType
System.Data.Entity.Core.Metadata.Edm.EdmFunction
Name | Description | |
---|---|---|
![]() | Abstract | Gets a value indicating whether this type is abstract or not.(Inherited from EdmType.) |
![]() | AggregateAttribute | Gets the aggregate attribute of this function. |
![]() | BaseType | Gets the base type of this type.(Inherited from EdmType.) |
![]() | BuiltInAttribute | Gets a value indicating whether built in attribute is present on this function. |
![]() | BuiltInTypeKind | Gets the built-in type kind for this EdmFunction.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | CommandTextAttribute | Gets a query in the language that is used by the database management system or storage model. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | FullName | Returns the full name (namespace plus name) of this type.(Overrides EdmType.FullName.) |
![]() | IsComposableAttribute | Gets whether this instance is mapped to a function or to a stored procedure. |
![]() | IsFromProviderManifest | Gets a value indicating whether this instance is from the provider manifest. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this type.(Inherited from EdmType.) |
![]() | NamespaceName | Gets the namespace of this type.(Inherited from EdmType.) |
![]() | NiladicFunctionAttribute | Gets a value indicating whether the is a niladic function (a function that accepts no arguments). |
![]() | Parameters | Gets the parameters of this EdmFunction. |
![]() | ParameterTypeSemanticsAttribute | Gets the parameter type semantics attribute of this function. |
![]() | ReturnParameter | Gets the return parameter of this EdmFunction. |
![]() | ReturnParameters | Gets the return parameters of this EdmFunction. |
![]() | Schema | Gets or sets the schema associated with the function. |
![]() | StoreFunctionNameAttribute | Gets the store function name attribute of this function. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | AddParameter(FunctionParameter) | Adds a parameter to this function. |
![]() ![]() | Create(String, String, DataSpace, EdmFunctionPayload, IEnumerable<MetadataProperty>) | The factory method for constructing the EdmFunction object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCollectionType() | Returns an instance of the CollectionType whose element type is this type.(Inherited from EdmType.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | ToString() | Returns the full name of this type.(Inherited from EdmType.) |
Name | Description | |
---|---|---|
![]() | Aggregate(DbExpression) | Creates a new DbFunctionAggregate.(Defined by DbExpressionBuilder.) |
![]() | AggregateDistinct(DbExpression) | Creates a new DbFunctionAggregate that is applied in a distinct fashion.(Defined by DbExpressionBuilder.) |
![]() | Invoke(DbExpression[]) | Overloaded. Creates a new DbFunctionExpression representing the invocation of the specified function with the given arguments.(Defined by DbExpressionBuilder.) |
![]() | Invoke(IEnumerable<DbExpression>) | Overloaded. Creates a new DbFunctionExpression representing the invocation of the specified function with the given arguments.(Defined by DbExpressionBuilder.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.