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. The following list contains example argument values for the FDO data types:
  • Boolean: "True" or "False"
  • Byte: "255"
  • DateTime: "01/16/2008"
  • Single/Double: "1.0"
  • Int16/Int32/Int64: "5"
  • String: "a string"
  • BLOB/CLOB: not supported
Returns:
Returns nothing