| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Create a new instance of TServerIndexDefs
Source position: sqldb.pp line 166
| public constructor TServerIndexDefs.Create( | 
| ADataSet: TDataSet | 
| ); override; | 
| ADataSet | 
 | Dataset for which the index definition collection is created. | 
Create will raise an exception if ADataset is not a TCustomSQLQuery descendent.
An EDatabaseError exception will be raised if ADataset is not a TCustomSQLQuery descendent.