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);
The offset to the Value.
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.
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace