HostIntegratorSession.GetFieldLocations Method ()

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetFieldLocations Method ()

Gets field locations for the current record in the current recordset in the current entity.

[Visual Basic]Overloads Public Function GetFieldLocations() As IList
[C#]
public IList GetFieldLocations();

Return Value

This version of the GetFieldLocations method returns all field locations in the current record.

Remarks

Gets field locations for the current record in the current recordset in the current entity.

Recordset fields are always linear regions.

This method is guaranteed to work correctly only when a record in the recordset is selected. If no record is selected:

  • For recordsets containing fixed records, the field locations returned are those for the first record in the recordset, based upon the information stored in the model.
  • For recordsets containing variable-length records, the information returned is not meaningful.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.GetFieldLocations Overload List