Jaa


EdmCoreModel.GetInt16(Boolean) Method

Definition

Gets a reference to the Int16 primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetInt16 (bool isNullable);
member this.GetInt16 : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetInt16 (isNullable As Boolean) As IEdmPrimitiveTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new primitive type reference.

Applies to