Jaa


EdmCoreModel.GetDouble(Boolean) Method

Definition

Gets a reference to a double primitive type definition.

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