IEdmFunctionImport.IsComposable Property
Gets a value indicating whether this functon import can be composed inside expressions. IsComposable cannot be set to true if IsSideEffecting is set to true.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property IsComposable As Boolean
Get
'Usage
Dim instance As IEdmFunctionImport
Dim value As Boolean
value = instance.IsComposable
bool IsComposable { get; }
property bool IsComposable {
bool get ();
}
abstract IsComposable : bool
function get IsComposable () : boolean
Property Value
Type: System.Boolean