MySQLDataStoreBase FullGDIDS Property NFX Class Library

[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.MySQL
Assembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute(Default = true)]
public bool FullGDIDS { get; set; }

Property Value

Type: OnlineBoolean
See Also