Метод | Описание | |
---|---|---|
Decimal ( int precision, int scale ) : |
Builds a StoreFieldType describing a decimal.
|
|
Deserialize ( string serializedData ) : |
||
IsConvertibleTo ( |
Evaluate if one field type can safely change to another type.
|
|
Serialize ( ) : string | ||
String ( int maximumLength ) : |
Builds a StoreFieldType describing a string.
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
StoreFieldType ( PhysicalStoreFieldType storeType ) : System | ||
StoreFieldType ( PhysicalStoreFieldType storeType, int maxLength ) : System | ||
StoreFieldType ( PhysicalStoreFieldType storeType, int precision, int scale ) : System |
public static Decimal ( int precision, int scale ) : |
||
precision | int | precision |
scale | int | scale |
Результат |
public static Deserialize ( string serializedData ) : |
||
serializedData | string | |
Результат |
public IsConvertibleTo ( |
||
newStoreFieldType | New store field type | |
Результат | bool |
public static String ( int maximumLength ) : |
||
maximumLength | int | String maximum length |
Результат |