Autodesk FDO Provider for SQLServer .NET API Reference

Autodesk FDO Provider SQLServer .NET API

.NET API Reference Autodesk FDO Provider for SQLServer
__property System::Void OvSchemaAutoGeneration::set_RemoveTablePrefix ( System::Boolean  removeTablePrefix  ) 

Returns:
Returns nothing

summary>Gets the list of tables or views for which class definitions will be autogenerated. Once retrieved, the caller can populate this list. When set, an FDO Class Definition is automatically generated for each table in this list. Any table already referenced by a class definition is skipped. Each generated class is added to the Feature Schema for this Schema Mapping Set.

Note: the only way to autogenerate a class definition from a view is to add the view name to this list. There is one caveat in that the generated class will not have identity properties. /summary> returns>Returns StringCollection


Comments?