Exemplo n.º 1
0
        public long GetLastIdentity()
        {
            CDCMetalAdapterBase a = new CDCMetalAdapterBase(DbConnection, DbTransaction);

            return(a.GetLastIdentity());
        }
Exemplo n.º 2
0
        public long GetSQLID()
        {
            CDCMetalAdapterBase a = new CDCMetalAdapterBase(DbConnection, DbTransaction);

            return(a.GetSQLID());
        }