|
FDO_API void FdoDataPropertyDefinition::SetDefaultValue |
( |
FdoString * |
value |
) |
|
Sets the default value for this property. The default value is used when an instance of the containing class is created without specifying a value for this property.
- Parameters:
-
| value | Input the default value. Required format depends on the DataType for this property. If FdoDataType_String then it can be any string. All single and double quote characters are treated as literals, rather than delimiters. For other data types, it must be in FDO Expression format. For example, DateTime default values must be "TIMESTAMP 'YYYY-MM-DD HH24:MM:SS'" or "DATE 'YYYY-MM-DD'". |
- Returns:
- Returns nothing
|