Class ModelDataTable
The methods and properties in the ModelDataTable class extend the the DataTable class, with functionality specific to Host Integrator.
Implements
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class ModelDataTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable
Remarks
The methods and properties in the ModelDataTable class extend the the DataTable class, with functionality specific to Host Integrator.
Methods
RecordIndex(DataRow)
Gets the index number for the specified record.
Declaration
public int RecordIndex(DataRow dataRow)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | Specifies a row in the table. |
Returns
Type | Description |
---|---|
int | This method gets the index number for the specified record. |