Gets or sets the null text of a result (e.g. "<NULL>").
| C# | Visual Basic | Visual C++ |
string NullText { get; set; }
Property NullText As String
property String^ NullText { String^ get (); void set (String^ value); }
The null text.
| C# | Visual Basic | Visual C++ |
string NullText { get; set; }
Property NullText As String
property String^ NullText { String^ get (); void set (String^ value); }