[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 = "T")]
public string StringForTrue { get; set; }
[ConfigAttribute(Default = "T")]
public string StringForTrue { get; set; }
<ConfigAttribute(Default := "T")>
Public Property StringForTrue As String
Get
Set
<ConfigAttribute(Default := "T")>
Public Property StringForTrue As String
Get
Set
public:
[ConfigAttribute(Default = L"T")]
property String^ StringForTrue {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(Default = L"T")]
property String^ StringForTrue {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute(Default = "T")>]
member StringForTrue : string with get, set
[<ConfigAttribute(Default = "T")>]
member StringForTrue : string with get, set
Property Value
Type:
String