IEdmFunction.DefiningExpression Property

Gets the defining expression of this function.

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

Syntax

'Declaration
ReadOnly Property DefiningExpression As String 
    Get
'Usage
Dim instance As IEdmFunction 
Dim value As String 

value = instance.DefiningExpression
string DefiningExpression { get; }
property String^ DefiningExpression {
    String^ get ();
}
abstract DefiningExpression : string
function get DefiningExpression () : String

Property Value

Type: System.String
The defining expression of this function.

See Also

Reference

IEdmFunction Interface

Microsoft.Data.Edm Namespace