EffDt property: Rowset class
Description
This property references the effective date of the primary record associated with the rowset. If the primary record associated with the rowset is not effective-dated, this property has a null value. 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.EffDt;
Related Topics