Gets the string that is to be stored.
[Visual Basic] Public ReadOnly Property Value As String [C#] public string Value {get;} [C++] public: __property String* get_Value(); [JScript] public function get Value() : String;
The string that is to be stored.
Exception Type | Condition |
---|---|
SQLNullValueException | The value of the string is Null. |
SQLString Class | SQLString Members | System.Data.SQLTypes Namespace