Exemplo n.º 1
0
        internal string GetValue(long rowid, long columnid)
        {
            Key        rowKey     = GetRowIdKey(rowid);
            IDataFile  rowFile    = GetDataFile(rowKey);
            RowBuilder rowBuilder = new RowBuilder(rowFile);

            return(rowBuilder.GetValue(columnid));
        }