OSGeo FDO Provider for MySQL .NET API Reference

OSGeo FDO MySQL .NET API

.NET API Reference OSGeo FDO Provider for MySQL
__property System::String* OvClassDefinition::get_AutoIncrementPropertyName (  ) 

summary>The initial value to use for the first row in the auto-increment column, if any. This override is only valid if the AutoIncrementProperty override is set to a non-empty string. This works only for the following storage engine types: MyISAM, MEMORY as of MySQL 4.1, and InnoDB as of MySQL 5.0.3. This override is ignored on ApplySchema if this table is an existing table in a foreign database.

Returns:
Returns the initial value to use for the first row in the auto-increment column


Comments?