Share via


DbFunctionExpression.Function Property

Definition

Gets the metadata for the function to invoke.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId="Function")]
public virtual System.Data.Entity.Core.Metadata.Edm.EdmFunction Function { get; }
member this.Function : System.Data.Entity.Core.Metadata.Edm.EdmFunction
Public Overridable ReadOnly Property Function As EdmFunction

Property Value

The metadata for the function to invoke.

Attributes

Applies to