4 references to RowType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
105
RowType rowType = new
RowType
(listOfProperties);
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
227
RowType rowType = new
RowType
(columns.Select(c => new EdmProperty(c.Key, c.Value)));
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
696
RowType rowType = new
RowType
(properties);
System\Data\Metadata\Edm\EntityType.cs (1)
192
Interlocked.CompareExchange<RowType>(ref _keyRow, new
RowType
(keyProperties), null);