Overload List

  Name Description
Public method DistinctFieldAttribute(String)
Specifies the field name that uniquely identifies each object within the collection.
Public method DistinctFieldAttribute(String, FieldValueAutoAssignmentType)
Specifies the field name that uniquely identifies each object within the collection. Typically, this is the field name of an identity or auto increment field in which case the bAutoIncrements value should be set to true.
Public method DistinctFieldAttribute(String, Boolean)
Specifies the field name that uniquely identifies each object within the collection. Typically, this is the field name of an identity or auto increment field in which case the bAutoIncrements value should be set to true.

See Also