Пример #1
0
        protected DataObject(DAL ds)
            : base(ds)
        {
            string tableName = GlobalEntityDescriptionLookup.Instance.LookUpEntityByType(this.GetType()).SourceName;

            ErrorCollection = new CruiseDALErrorCollection(this, tableName);
        }
 protected DataObject(DatastoreRedux ds)
     : base(ds)
 {
     string tableName = DatastoreRedux.LookUpEntityByType(this.GetType()).SourceName;
     ErrorCollection = new CruiseDALErrorCollection(this, tableName);
 }