public override Int64 QueryRecordInt(string strRecordName, int nRow, int nCol) { NFIRecord record = mRecordManager.GetRecord(strRecordName); if (null != record) { return(record.QueryInt(nRow, nCol)); } return(0); }