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