Returns whether an object exists for the specified distinct value in the collection.

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

Syntax

C#
protected bool ObjectExistsByDistinctValue(
	Object objDistinctValue
)
Visual Basic
Protected Function ObjectExistsByDistinctValue ( _
	objDistinctValue As Object _
) As Boolean
Visual C++
protected:
bool ObjectExistsByDistinctValue(
	Object^ objDistinctValue
)

Parameters

objDistinctValue
Type: System..::..Object
The value to search for in the collection. This is the value of the field defined by the collection's IDatabaseObjects.DistinctFieldName function.

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.DatabaseObjects.ObjectExistsByDistinctValue(System.Object)"]

See Also