Indicates that the first the object in collection should be loaded. After this call the Object property will return this first object. Specifically, this function calls Database.ObjectByOrdinalFirst().

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

Syntax

C#
public void ObjectSetToOrdinalFirst()
Visual Basic
Public Sub ObjectSetToOrdinalFirst
Visual C++
public:
void ObjectSetToOrdinalFirst()

See Also