EffSeq property: Rowset class
Description
This property references the effective-sequence number of the primary record associated with the rowset. If the primary record associated with the rowset does not have an effective-sequence number, this property has the value 0. To find the primary record associated with a rowset object, you can use the DBRecordName property.
Note:
This property isn’t valid with rowsets created using the CreateRowset function.
This property is read-only.
Example
&tmp = &ROWSET.EffSeq;
Related Topics