BTDB.ODBLayer.DBWriterCtx.DBWriterCtx C# (CSharp) Méthode

DBWriterCtx() public méthode

public DBWriterCtx ( IInternalObjectDBTransaction transaction, AbstractBufferedWriter writer ) : System.Collections.Generic
transaction IInternalObjectDBTransaction
writer BTDB.StreamLayer.AbstractBufferedWriter
Résultat System.Collections.Generic
        public DBWriterCtx(IInternalObjectDBTransaction transaction, AbstractBufferedWriter writer)
        {
            _transaction = transaction;
            _writer = writer;
        }