次の方法で共有


EdmCoreModel.GetDecimal メソッド (Boolean)

decimal 型への参照を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Function GetDecimal ( _
    isNullable As Boolean _
) As IEdmDecimalTypeReference
'使用
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmDecimalTypeReference

returnValue = instance.GetDecimal(isNullable)
public IEdmDecimalTypeReference GetDecimal(
    bool isNullable
)
public:
IEdmDecimalTypeReference^ GetDecimal(
    bool isNullable
)
member GetDecimal : 
        isNullable:bool -> IEdmDecimalTypeReference 
public function GetDecimal(
    isNullable : boolean
) : IEdmDecimalTypeReference

パラメーター

  • isNullable
    型: System.Boolean
    参照された型が null 値を許容する場合は true、それ以外の場合は false。

戻り値

型: Microsoft.Data.Edm.IEdmDecimalTypeReference
decimal 型参照。

関連項目

参照

EdmCoreModel クラス

GetDecimal オーバーロード

Microsoft.Data.Edm.Library 名前空間