6 references to KeyElement
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (6)
123
if (
KeyElement
== null)
127
return
KeyElement
.KeyProperties;
139
if (
KeyElement
== null)
149
return this.
KeyElement
.KeyProperties;
179
if (this.
KeyElement
!= null)
181
this.
KeyElement
.Validate();