Position to start search

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public void Offset(
	int offset
)
Visual Basic
Public Sub Offset ( _
	offset As Integer _
)
Visual C++
public:
void Offset(
	int offset
)

Parameters

offset
Type: System..::..Int32
Starting offset

Return Value

void

Remarks

Currenly only supported under SQLite

See Also