RecordSetMetaData.GetScrollOperation Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

RecordSetMetaData.GetScrollOperation Method 

Gets the scroll operation for the specified scroll movement.

[Visual Basic]Public Function GetScrollOperation( _
   ByVal movement As ScrollMovement _
) As String
[C#]
public string GetScrollOperation(
   ScrollMovement movement
);

Parameters

movement
Specifies a scroll movement, in the form of a member of the ScrollMovement enumeration.

Return Value

This method returns the operation associated with the specified scroll movement.

Remarks

Gets the scroll operation for the specified scroll movement, in the context of the current recordset.

See Also

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