After the Page has been used in a query, gets an opaque object representing the offset to the next page. The only permitted use for this object is to pass it to the Next(Object, Int32) method as part of constructing a new query against the same provider.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object OffsetCookie { get; internal set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property OffsetCookie As Object

Remarks

This property is supported only on Amazon SimpleDB. Other providers ignore this property.

See Also