EdmFunctionImport.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.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property IsComposable As Boolean
Get
'Usage
Dim instance As EdmFunctionImport
Dim value As Boolean
value = instance.IsComposable
public bool IsComposable { get; }
public:
virtual property bool IsComposable {
bool get () sealed;
}
abstract IsComposable : bool
override IsComposable : bool
final function get IsComposable () : boolean
Property Value
Type: System.Boolean
Implements
IEdmFunctionImport.IsComposable