1 instantiation of RowTypePropertyElement
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
50var property = new RowTypePropertyElement(this);
9 references to RowTypePropertyElement
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (9)
22private readonly SchemaElementLookUpTable<RowTypePropertyElement> _properties = new SchemaElementLookUpTable<RowTypePropertyElement>(); 50var property = new RowTypePropertyElement(this); 57internal SchemaElementLookUpTable<RowTypePropertyElement> Properties 65foreach (var property in _properties) 77foreach (RowTypePropertyElement property in _properties) 97foreach (var property in _properties) 127foreach (var property in _properties) 140foreach (var property in _properties)