7 references to Types
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (6)
1346
if (map.
Types
.Count == 0 && this.method.ReturnType == typeof(IMultipleResults)) {
1349
else if (map.
Types
.Count > 1 && this.method.ReturnType != typeof(IMultipleResults)) {
1352
else if (map.
Types
.Count == 1 && this.method.ReturnType != typeof(IMultipleResults)) {
1354
this.rowTypes = new List<MetaType>(1) { this.GetMetaType(map.
Types
[0], elementType) }.AsReadOnly();
1356
else if (map.
Types
.Count > 0) {
1358
foreach (TypeMapping rtm in map.
Types
) {
Mapping\MappingSource.cs (1)
355
fm.
Types
.Add(ReadElementTypeMapping(null, reader));