11 references to RowType
System.Data.Entity (11)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
155
retType = new
RowType
(mappedProps, rowType.InitializerMetadata);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
311
clrType = new
RowType
(clrProperties, ((RowType)cdmType).InitializerMetadata);
350
cdmType = new
RowType
(cdmProperties, ((RowType)clrType).InitializerMetadata);
System\Data\Metadata\Edm\RowType.cs (1)
35
:
this
(properties, null)
System\Data\Metadata\Edm\TypeUsage.cs (1)
421
RowType edmRowType = new
RowType
(properties, sspaceRowType.InitializerMetadata);
System\Data\Metadata\TypeHelpers.cs (1)
384
return new
RowType
(rowElements, initializerMetadata);
System\Data\Metadata\TypeSemantics.cs (1)
955
commonRowType = new
RowType
(commonProperties, rowType1.InitializerMetadata);
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1582
RowType rowType = new
RowType
(properties, initializerMetadata);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2793
RowType rowType = new
RowType
(properties, initializerMetadata);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
426
RowType rewrittenRow = new
RowType
(properties, rowType.InitializerMetadata);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
197
RowType rowType = new
RowType
(modelProperties, initMetadata);