EdmCoreModel.GetDouble(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une référence à une définition de type primitif double.
public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetDouble (bool isNullable);
member this.GetDouble : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetDouble (isNullable As Boolean) As IEdmPrimitiveTypeReference
Paramètres
- isNullable
- Boolean
Indicateur spécifiant si le type référencé doit avoir la valeur Null.
Retours
Nouvelle référence de type décimal.