Пример #1
0
 public IDictionary <object, IList> GetIndex(MappingSchema ms, MapRelation relation)
 {
     return(GetIndex(ms, relation.MasterIndex));
 }
Пример #2
0
 public Hashtable GetIndex(MappingSchema ms, MapRelation relation)
 {
     return(GetIndex(ms, relation.MasterIndex));
 }
Пример #3
0
		public IDictionary<object,IList> GetIndex(MappingSchema ms, MapRelation relation)
		{
			return GetIndex(ms, relation.MasterIndex);
		}