Udostępnij za pośrednictwem


IEdmFunctionReferenceExpression.ReferencedFunction Property

Gets the referenced function.

Namespace:  Microsoft.Data.Edm.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property ReferencedFunction As IEdmFunction 
    Get
'Usage
Dim instance As IEdmFunctionReferenceExpression 
Dim value As IEdmFunction 

value = instance.ReferencedFunction
IEdmFunction ReferencedFunction { get; }
property IEdmFunction^ ReferencedFunction {
    IEdmFunction^ get ();
}
abstract ReferencedFunction : IEdmFunction
function get ReferencedFunction () : IEdmFunction

Property Value

Type: Microsoft.Data.Edm.IEdmFunction

See Also

Reference

IEdmFunctionReferenceExpression Interface

Microsoft.Data.Edm.Expressions Namespace