Share via


IEdmFunctionImport.IsBindable Property

Gets a value indicating whether this function import can be used as an extension method for the type of the first parameter of this function import.

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

Syntax

'Declaration
ReadOnly Property IsBindable As Boolean 
    Get
'Usage
Dim instance As IEdmFunctionImport 
Dim value As Boolean 

value = instance.IsBindable
bool IsBindable { get; }
property bool IsBindable {
    bool get ();
}
abstract IsBindable : bool
function get IsBindable () : boolean

Property Value

Type: System.Boolean

See Also

Reference

IEdmFunctionImport Interface

Microsoft.Data.Edm Namespace