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!

SQLParameter.Offset

Gets or sets the offset to the Value.

[Visual Basic]
Public Property Offset As Integer
[C#]
public int Offset {get; set;}
[C++]
public: __property int get_Offset();
public: __property void set_Offset(int);
[JScript]
public function get Offset() : int;
public function set Offset(int);

Property Value

The offset to the Value.

Remarks

This property is used for binary, string, and varnumeric types. Count in bytes for binary, non-Unicode strings, and varnumeric types. Count in characters for unicode strings. The count does not include null terminating character for strings.

See Also

SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace