BTDB.ODBLayer.ObjectDB.TableInfoResolver.AllocateNewOid C# (CSharp) Méthode

AllocateNewOid() public méthode

public AllocateNewOid ( ) : ulong
Résultat ulong
            public ulong AllocateNewOid()
            {
                return _objectDB.AllocateNewOid();
            }