HostIntegratorSession.GetFieldLocations Method (IList)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetFieldLocations Method (IList)

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

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

Parameters

fieldNames
Specifies fields for which locations are to be returned.

Return Value

This version of the GetFieldLocations method returns the locations for the specified fields.

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