BTDB.ODBLayer.ObjectDB.TableInfoResolver.AllocateNewOid C# (CSharp) Method

AllocateNewOid() public method

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