IDatabaseObjects
IDatabaseObjects_DistinctFieldAutoIncrements As Boolean
This function should return whether the Distinct field as specified in the associated collection's IDatabaseObjects_DistinctFieldName is an identity (SQL Server) or autonumber (Microsoft Access) field. If set to true, then the IDatabaseObject_DistinctValue value is set when a new object is saved.
Private Function IDatabaseObjects_DistinctFieldAutoIncrements() As Boolean
IDatabaseObjects_DistinctFieldIsAnIdentityField = True
End Function
This interface function/property is utilised by the following functions:
ObjectSave