EdmCoreModel.GetByte Method

Gets a reference to a byte type.

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

Syntax

'Declaration
Public Function GetByte ( _
    isNullable As Boolean _
) As IEdmPrimitiveTypeReference
'Usage
Dim instance As EdmCoreModel 
Dim isNullable As Boolean 
Dim returnValue As IEdmPrimitiveTypeReference 

returnValue = instance.GetByte(isNullable)
public IEdmPrimitiveTypeReference GetByte(
    bool isNullable
)
public:
IEdmPrimitiveTypeReference^ GetByte(
    bool isNullable
)
member GetByte : 
        isNullable:bool -> IEdmPrimitiveTypeReference
public function GetByte(
    isNullable : boolean
) : IEdmPrimitiveTypeReference

Parameters

  • isNullable
    Type: System.Boolean
    true to indicate that the referenced type should be nullable; otherwise, false.

Return Value

Type: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
A byte type reference.

See Also

Reference

EdmCoreModel Class

Microsoft.Data.Edm.Library Namespace