EdmFunction Class

 

Class for representing a function

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)


public class EdmFunction : EdmType

NameDescription
System_CAPS_pubpropertyAbstract

Gets a value indicating whether this type is abstract or not.(Inherited from EdmType.)

System_CAPS_pubpropertyAggregateAttribute

Gets the aggregate attribute of this function.

System_CAPS_pubpropertyBaseType

Gets the base type of this type.(Inherited from EdmType.)

System_CAPS_pubpropertyBuiltInAttribute

Gets a value indicating whether built in attribute is present on this function.

System_CAPS_pubpropertyBuiltInTypeKind

Gets the built-in type kind for this EdmFunction.(Overrides MetadataItem.BuiltInTypeKind.)

System_CAPS_pubpropertyCommandTextAttribute

Gets a query in the language that is used by the database management system or storage model.

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation associated with this type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyFullName

Returns the full name (namespace plus name) of this type.(Overrides EdmType.FullName.)

System_CAPS_pubpropertyIsComposableAttribute

Gets whether this instance is mapped to a function or to a stored procedure.

System_CAPS_pubpropertyIsFromProviderManifest

Gets a value indicating whether this instance is from the provider manifest.

System_CAPS_pubpropertyMetadataProperties

Gets the list of properties of the current type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyName

Gets the name of this type.(Inherited from EdmType.)

System_CAPS_pubpropertyNamespaceName

Gets the namespace of this type.(Inherited from EdmType.)

System_CAPS_pubpropertyNiladicFunctionAttribute

Gets a value indicating whether the is a niladic function (a function that accepts no arguments).

System_CAPS_pubpropertyParameters

Gets the parameters of this EdmFunction.

System_CAPS_pubpropertyParameterTypeSemanticsAttribute

Gets the parameter type semantics attribute of this function.

System_CAPS_pubpropertyReturnParameter

Gets the return parameter of this EdmFunction.

System_CAPS_pubpropertyReturnParameters

Gets the return parameters of this EdmFunction.

System_CAPS_pubpropertySchema

Gets or sets the schema associated with the function.

System_CAPS_pubpropertyStoreFunctionNameAttribute

Gets the store function name attribute of this function.

NameDescription
System_CAPS_pubmethodAddAnnotation(String, Object)

Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.)

System_CAPS_pubmethodAddParameter(FunctionParameter)

Adds a parameter to this function.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String, String, DataSpace, EdmFunctionPayload, IEnumerable<MetadataProperty>)

The factory method for constructing the EdmFunction object.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCollectionType()

Returns an instance of the CollectionType whose element type is this type.(Inherited from EdmType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveAnnotation(String)

Removes an annotation with the specified name.(Inherited from MetadataItem.)

System_CAPS_pubmethodToString()

Returns the full name of this type.(Inherited from EdmType.)

NameDescription
System_CAPS_pubmethodAggregate(DbExpression)

Creates a new DbFunctionAggregate.(Defined by DbExpressionBuilder.)

System_CAPS_pubmethodAggregateDistinct(DbExpression)

Creates a new DbFunctionAggregate that is applied in a distinct fashion.(Defined by DbExpressionBuilder.)

System_CAPS_pubmethodInvoke(DbExpression[])

Overloaded. Creates a new DbFunctionExpression representing the invocation of the specified function with the given arguments.(Defined by DbExpressionBuilder.)

System_CAPS_pubmethodInvoke(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.