ModelDataTable.RecordIndex Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ModelDataTable.RecordIndex Method 

Gets the index number for the specified record.

[Visual Basic]Public Function RecordIndex( _
   ByVal dataRow As DataRow _
) As Integer
[C#]
public int RecordIndex(
   DataRow dataRow
);

Parameters

dataRow
Specifies a row in the table.

Return Value

This method gets the index number for the specified record.

Remarks

Gets the index number for the specified record.

See Also

ModelDataTable Class | ModelDataTable Members | WRQ.Verastream.HostIntegrator Namespace