public Logger(Transaction transaction, DPObject dpo) { this.log_transaction = transaction; this.tableName = dpo.TableName; this.tableId = dpo.TableId; this.rowID = dpo.RowId; this.logee = LogManager.Instance.RowLogee(dpo); dpoType = dpo.GetType(); }
public ClassName(DPObject dpo) : this(dpo.GetType()) { }