EdmCoreModel.GetBinary Method (Boolean)
Gets a reference to a binary type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function GetBinary ( _
isNullable As Boolean _
) As IEdmBinaryTypeReference
'Usage
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmBinaryTypeReference
returnValue = instance.GetBinary(isNullable)
public IEdmBinaryTypeReference GetBinary(
bool isNullable
)
public:
IEdmBinaryTypeReference^ GetBinary(
bool isNullable
)
member GetBinary :
isNullable:bool -> IEdmBinaryTypeReference
public function GetBinary(
isNullable : boolean
) : IEdmBinaryTypeReference
Parameters
- isNullable
Type: System.Boolean
true to indicate that the referenced type should be nullable; otherwise, false.
Return Value
Type: Microsoft.Data.Edm.IEdmBinaryTypeReference
A binary type reference.