35 references to EntityDataModel
System.Data.Entity (35)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
48
if(Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
163
else if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
96
else if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
136
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
322
else if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
450
if (Schema.DataModel != SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
27
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (4)
38
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
93
else if (CanHandleAttribute(reader, XmlConstants.OpenType) && Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
204
else if (CanHandleElement(reader, XmlConstants.ValueAnnotation) && Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
210
else if (CanHandleElement(reader, XmlConstants.TypeAnnotation) && Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (2)
292
else if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
371
if (Schema.DataModel != SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
39
if (schemaManager.DataModel == SchemaDataModelOption.
EntityDataModel
&&
System\Data\EntityModel\SchemaObjectModel\Property.cs (1)
47
else if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (1)
159
(Schema.DataModel == SchemaDataModelOption.
EntityDataModel
))
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (2)
38
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
214
if (this.Schema.DataModel == SchemaDataModelOption.
EntityDataModel
&& this.Schema.SchemaVersion >= XmlConstants.EdmVersionForV2)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
302
if (Schema.DataModel != SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
106
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (6)
176
if (DataModel == SchemaDataModelOption.
EntityDataModel
)
648
if (DataModel == SchemaDataModelOption.
EntityDataModel
)
679
if (DataModel == SchemaDataModelOption.
EntityDataModel
||
876
else if (this.DataModel != SchemaDataModelOption.
EntityDataModel
&& type.Schema != this && type.Schema != this.SchemaManager.PrimitiveSchema)
1168
string space = DataModel == SchemaDataModelOption.
EntityDataModel
? "Conceptual" : "Storage";
1208
if (dataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs (1)
27
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
52
if (Schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
505
if (this._element.Schema.DataModel == SchemaDataModelOption.
EntityDataModel
System\Data\EntityModel\SchemaObjectModel\Utils.cs (3)
145
if (schema.DataModel == SchemaDataModelOption.
EntityDataModel
)
188
if (schema.DataModel == SchemaDataModelOption.
EntityDataModel
&&
196
Debug.Assert(!(schema.DataModel == SchemaDataModelOption.
EntityDataModel
&& name.IndexOf('.') >= 0),
System\Data\Metadata\Converter.cs (2)
719
if (scalarType != null && somProperty.Schema.DataModel != Som.SchemaDataModelOption.
EntityDataModel
)
1179
Debug.Assert(somFunction.Schema.DataModel == Som.SchemaDataModelOption.
EntityDataModel
, "Enums live only in CSpace");
System\Data\Metadata\EdmItemCollection.cs (1)
165
IList<EdmSchemaError> errors = LoadItems(xmlReaders, filePaths, SchemaDataModelOption.
EntityDataModel
,