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