Jaa


EdmCoreModel.GetInt32(Boolean) Method

Definition

Gets a reference to the Int32 primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetInt32 (bool isNullable);
member this.GetInt32 : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetInt32 (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