Share via


EdmFunctionImport.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.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

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

value = instance.IsBindable
public bool IsBindable { get; }
public:
virtual property bool IsBindable {
    bool get () sealed;
}
abstract IsBindable : bool 
override IsBindable : bool
final function get IsBindable () : boolean

Property Value

Type: System.Boolean

Implements

IEdmFunctionImport.IsBindable

See Also

Reference

EdmFunctionImport Class

Microsoft.Data.Edm.Library Namespace