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