NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SingleStorage.ShiftByOffset

[To be supplied.]

[Visual Basic]
Overrides Public Sub ShiftByOffset( _
   ByVal index As Integer, _
   ByVal length As Integer, _
   ByVal offset As Integer _
)
[C#]
public override void ShiftByOffset(
   int index,
   int length,
   int offset
);
[C++]
public: override void ShiftByOffset(
   int index,
   int length,
   int offset
);
[JScript]
public override function ShiftByOffset(
   index : int,
   length : int,
   offset : int
);

Parameters

index
[To be supplied.]
length
[To be supplied.]
offset
[To be supplied.]

See Also

SingleStorage Class | SingleStorage Members | System.Data.Internal Namespace