4 references to FindType
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
80
Type rowType = this.
FindType
(tableMapping.RowType.Name);
238
Type type = this.
FindType
(typeName);
488
Type type = ((MappedMetaModel)Model).
FindType
(typeMap.Name);
1359
Type elementType = model.
FindType
(rtm.Name);