|
|
От: | moxnatiy | |
| Дата: | 18.06.09 13:43 | ||
| Оценка: | |||
var table2CacheFields = new Dictionary<string, List<string[]>>
{
{
"Table1", new List<string[]>
{
new[] {"Field1"},
new[] {"Field2"},
}
},
{
"Table2", new List<string[]>
{
new[] {"Field1"},
new[] {"Field3", "Field4"},
}
},
};