1 instantiation of StructuredProperty
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
395
StructuredProperty property = new
StructuredProperty
(this);
14 references to StructuredProperty
System.Data.Entity (14)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
451
foreach (
StructuredProperty
property in itemType.Properties)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
103
StructuredProperty
property = keyProperty.Property;
System\Data\EntityModel\SchemaObjectModel\KeyProperty.cs (2)
25
private
StructuredProperty
_property = null;
43
public
StructuredProperty
Property
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (6)
30
private ISchemaElementLookUpTable<
StructuredProperty
> _properties = null;
57
public ISchemaElementLookUpTable<
StructuredProperty
> Properties
63
_properties = new FilteredSchemaElementLookUpTable<
StructuredProperty
, SchemaElement>(NamedMembers);
121
public
StructuredProperty
FindProperty(string name)
123
StructuredProperty
property = Properties.LookUpEquivalentKey(name);
395
StructuredProperty
property = new StructuredProperty(this);
System\Data\Metadata\Converter.cs (4)
336
foreach (Som.
StructuredProperty
somProperty in element.Properties)
408
foreach (Som.
StructuredProperty
somProperty in element.Properties)
706
private static EdmProperty ConvertToProperty(Som.
StructuredProperty
somProperty,
1298
private static void PopulateGeneralFacets(Som.
StructuredProperty
somProperty,