Freigeben über


EdmCoreModel.GetInt16-Methode

Ruft einen Verweis auf einen Int16-Typ ab.

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

Syntax

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

returnValue = instance.GetInt16(isNullable)
public IEdmPrimitiveTypeReference GetInt16(
    bool isNullable
)
public:
IEdmPrimitiveTypeReference^ GetInt16(
    bool isNullable
)
member GetInt16 : 
        isNullable:bool -> IEdmPrimitiveTypeReference 
public function GetInt16(
    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 Int16-Typverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace