[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = "F")]
public string StringForFalse { get; set; }
[ConfigAttribute(Default = "F")]
public string StringForFalse { get; set; }
<ConfigAttribute(Default := "F")>
Public Property StringForFalse As String
Get
Set
<ConfigAttribute(Default := "F")>
Public Property StringForFalse As String
Get
Set
public:
[ConfigAttribute(Default = L"F")]
property String^ StringForFalse {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(Default = L"F")]
property String^ StringForFalse {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute(Default = "F")>]
member StringForFalse : string with get, set
[<ConfigAttribute(Default = "F")>]
member StringForFalse : string with get, set
Property Value
Type:
String