FDO API Reference Feature Data Objects
FDO_API void FdoDataPropertyDefinition::SetIsAutoGenerated ( bool  value  ) 

Sets a Boolean value that indicates if this is an autogenerated property.

Parameters:
value Input a Boolean value that indicates if this property should be automatically generated by the provider. If true, then the provider will auto-generate unique id values for objects of the class containing this property. The provider will set the attribute properties to read-only. If the provider does not support auto-generation or if the data types of the property is not supported for unique id generation by the provider, then the provider will throw an AutoGenerationException. If false, then the provider will not autogenerate values.
Returns:
Returns nothing


Comments or suggestions? Send us feedback.