[This is preliminary documentation and is subject to change.]
When true (default) writes gdid as byte[](era+id), false - uses ulong ID only
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = true)]
public bool FullGDIDS { get; set; }
[ConfigAttribute(Default = true)]
public bool FullGDIDS { get; set; }
<ConfigAttribute(Default := true)>
Public Property FullGDIDS As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property FullGDIDS As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
property bool FullGDIDS {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(Default = true)]
property bool FullGDIDS {
bool get ();
void set (bool value);
}
[<ConfigAttribute(Default = true)>]
member FullGDIDS : bool with get, set
[<ConfigAttribute(Default = true)>]
member FullGDIDS : bool with get, set
Property Value
Type:
Boolean