Specifies the field name that uniquely identifies each object within the collection.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public DistinctFieldAttribute(
	string strDistinctFieldName
)
Visual Basic
Public Sub New ( _
	strDistinctFieldName As String _
)
Visual C++
public:
DistinctFieldAttribute(
	String^ strDistinctFieldName
)

Parameters

strDistinctFieldName
Type: System..::..String

[Missing <param name="strDistinctFieldName"/> documentation for "M:DatabaseObjects.DistinctFieldAttribute.#ctor(System.String)"]

See Also