Метод | Описание | |
---|---|---|
Format ( object value ) : string |
Formats the given object.
|
|
GuidColumn ( string columnName ) : System |
Initializes a new instance of a GuidColumn.
|
|
Parse ( string value ) : object |
Parses the given value and returns a Guid instance.
|
public Format ( object value ) : string | ||
value | object | The object to format. |
Результат | string |
public GuidColumn ( string columnName ) : System | ||
columnName | string | The name of the column. |
Результат | System |
public Parse ( string value ) : object | ||
value | string | The value to parse. |
Результат | object |