BTDB.ODBLayer.DBWriterCtx.DBWriterCtx C# (CSharp) Method

DBWriterCtx() public method

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