Exemple #1
0
        public object GetFieldValue(Type objType, string theID, string fieldName)
        {
            IDBAccesser accesser = this.CreateDBAccesser(objType);

            return(accesser.GetFieldValue(theID, fieldName));
        }
        public static object GetFieldValue(Type objType, string theID, string fieldName)
        {
            IDBAccesser accesser = DataEntrance.GetDestDealer(objType);

            return(accesser.GetFieldValue(theID, fieldName));
        }