CachedCsvReader..::..MoveTo Method

Moves to the specified record index.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool MoveTo(
	long record
)
Public Function MoveTo ( _
	record As Long _
) As Boolean
public:
bool^ MoveTo(
	long long^ record
)

Parameters

record
Type: Int64
The record index.

Return Value

true if the operation was successful; otherwise, false.

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.