DataRecordSet.RowOrder

DataRecordSet.RowOrder property

Whether to use the order of the rows in the data recordset as the primary key. True (1) if row IDs are determined by row order. False (0) if row IDs are determined by values in the primary key column(s) of the data recordset.

public BOOL RowOrder { get; set; }

See Also