Mini SQL Query Extensibility Documentation
NullText Property
NamespacesMiniSqlQuery.CoreIApplicationSettingsNullText
Gets or sets the null text of a result (e.g. "<NULL>").
Declaration Syntax
C#Visual BasicVisual C++
string NullText { get; set; }
Property NullText As String
property String^ NullText {
	String^ get ();
	void set (String^ value);
}
Value
The null text.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)