EdmCoreModel.GetDecimal Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetDecimal(Boolean) |
Obtém uma referência a uma definição de tipo primitivo decimal. |
GetDecimal(Nullable<Int32>, Nullable<Int32>, Boolean) |
Obtém uma referência a uma definição de tipo primitivo decimal. |
GetDecimal(Boolean)
Obtém uma referência a uma definição de tipo primitivo decimal.
public Microsoft.OData.Edm.IEdmDecimalTypeReference GetDecimal (bool isNullable);
member this.GetDecimal : bool -> Microsoft.OData.Edm.IEdmDecimalTypeReference
Public Function GetDecimal (isNullable As Boolean) As IEdmDecimalTypeReference
Parâmetros
- isNullable
- Boolean
Sinalizador que especifica se o tipo referenciado deve ser anulável.
Retornos
Uma nova referência de tipo decimal.
Aplica-se a
GetDecimal(Nullable<Int32>, Nullable<Int32>, Boolean)
Obtém uma referência a uma definição de tipo primitivo decimal.
public Microsoft.OData.Edm.IEdmDecimalTypeReference GetDecimal (int? precision, int? scale, bool isNullable);
member this.GetDecimal : Nullable<int> * Nullable<int> * bool -> Microsoft.OData.Edm.IEdmDecimalTypeReference
Public Function GetDecimal (precision As Nullable(Of Integer), scale As Nullable(Of Integer), isNullable As Boolean) As IEdmDecimalTypeReference
Parâmetros
- isNullable
- Boolean
Sinalizador que especifica se o tipo referenciado deve ser anulável.
Retornos
Uma nova referência de tipo decimal.