|
|
От: |
Qbit86
|
https://twitter.com/qbit86 |
| Дата: | 18.06.09 13:11 | ||
| Оценка: | |||
var table2CacheFields = new Dictionary<string, List<string[]>>
{
{
"Table1", new List<string[]>
{
new string[] {"Field1"},
new string[] {"Field2"},
}
},
{
"Table2", new List<string[]>
{
new string[] {"Field1"},
new string[] {"Field3", "Field4"},
}
},
};