TypeUsage.CreateDecimalTypeUsage 方法 (PrimitiveType, Byte, Byte)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
建立 TypeUsage 物件,以使用指定的 Facet 值來描述十進位類型。
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Shared Function CreateDecimalTypeUsage ( _
primitiveType As PrimitiveType, _
precision As Byte, _
scale As Byte _
) As TypeUsage
'用途
Dim primitiveType As PrimitiveType
Dim precision As Byte
Dim scale As Byte
Dim returnValue As TypeUsage
returnValue = TypeUsage.CreateDecimalTypeUsage(primitiveType, _
precision, scale)
public static TypeUsage CreateDecimalTypeUsage(
PrimitiveType primitiveType,
byte precision,
byte scale
)
public:
static TypeUsage^ CreateDecimalTypeUsage(
PrimitiveType^ primitiveType,
unsigned char precision,
unsigned char scale
)
static member CreateDecimalTypeUsage :
primitiveType:PrimitiveType *
precision:byte *
scale:byte -> TypeUsage
public static function CreateDecimalTypeUsage(
primitiveType : PrimitiveType,
precision : byte,
scale : byte
) : TypeUsage
參數
- primitiveType
類型:System.Data.Entity.Core.Metadata.Edm.PrimitiveType
PrimitiveType,會針對其建立 TypeUsage 物件。
- precision
類型:System.Byte
如同類型 Byte 之十進位類型的整數位數。
- scale
類型:System.Byte
如同類型 Byte 之十進位類型的小數位數。
傳回值
類型:System.Data.Entity.Core.Metadata.Edm.TypeUsage
TypeUsage 物件,使用指定的 Facet 值來描述十進位類型。