Example #1
0
        public override Int64 QueryRecordInt(string strRecordName, int nRow, int nCol)
        {
            AFIRecord record = mRecordManager.GetRecord(strRecordName);

            if (null != record)
            {
                return(record.QueryInt(nRow, nCol));
            }

            return(0);
        }