Jaa


EdmCoreModel.GetSingle(Boolean) Method

Definition

Gets a reference to a single primitive type definition.

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

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new decimal type reference.

Applies to