[This is preliminary documentation and is subject to change.]
When true commits boolean values as StringForTrue/StringForFalse instead of bool values. True by default
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = true)]
public bool StringBool { get; set; }
[ConfigAttribute(Default = true)]
public bool StringBool { get; set; }
<ConfigAttribute(Default := true)>
Public Property StringBool As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property StringBool As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
property bool StringBool {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(Default = true)]
property bool StringBool {
bool get ();
void set (bool value);
}
[<ConfigAttribute(Default = true)>]
member StringBool : bool with get, set
[<ConfigAttribute(Default = true)>]
member StringBool : bool with get, set
Property Value
Type:
Boolean