OSGeo FDO Provider for ODBC API Reference

OSGeo FDO Provider for ODBC API

API Reference OSGeo FDO Provider for ODBC
FDOSQLSERVER_OV_API void FdoSqlServerOvClassDefinition::SetIdentityPropertyName ( FdoString *  identityPropertyName  ) 

Specifies which FDO property corresponds to the single SqlServer IDENTITY column. This property corresponds to the singleton IDENTITY column of the SQL Server table. This is not to be confused with the usual FDO identity properties, which instead correspond to the primary key of a SQL Server table.

Parameters:
name Input SqlServer identity property name override. An empty string means there is no identity column for this class.
Returns:
Returns nothing


Comments?