Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the defining expression of this function.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DefiningExpression As String
Get
'Usage
Dim instance As EdmFunction
Dim value As String
value = instance.DefiningExpression
public string DefiningExpression { get; }
public:
virtual property String^ DefiningExpression {
String^ get () sealed;
}
abstract DefiningExpression : string
override DefiningExpression : string
final function get DefiningExpression () : String
Property Value
Type: System.String
The defining expression of this function.
Implements
IEdmFunction.DefiningExpression