Freigeben über


EdmCoreModel.GetSByte-Methode

Ruft einen Verweis auf einen SByte-Typ ab.

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

Syntax

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

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

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Ein SByte-Typverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace