25 references to EntitySet
System.Data.Entity (17)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
111
if(this.extent.BuiltInTypeKind != BuiltInTypeKind.
EntitySet
||
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
46
case BuiltInTypeKind.
EntitySet
:
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
183
if (entitySetBase.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (2)
52
if (extent.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)
264
if (extent.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
181
&& (this.m_cellWrapper.LeftExtent.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
))
System\Data\Metadata\Edm\AssociationSetEnd.cs (1)
108
[MetadataProperty(BuiltInTypeKind.
EntitySet
, false)]
System\Data\Metadata\Edm\EdmFunction.cs (2)
159
[MetadataProperty(BuiltInTypeKind.
EntitySet
, false)]
173
[MetadataProperty(BuiltInTypeKind.
EntitySet
, true)]
System\Data\Metadata\Edm\EntitySet.cs (1)
52
public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.
EntitySet
; } }
System\Data\Metadata\Edm\MetadataItem_Static.cs (4)
47
_builtInTypes[(int)BuiltInTypeKind.
EntitySet
] = new ComplexType();
225
InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.
EntitySet
),
391
new EdmProperty(EdmConstants.EntitySets, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.
EntitySet
))) });
405
new EdmProperty(EdmConstants.EntitySetType, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.
EntitySet
))) } );
System\Data\Metadata\Helper.cs (1)
311
return BuiltInTypeKind.
EntitySet
== entitySetBase.BuiltInTypeKind;
System\Data\Objects\ObjectContext.cs (1)
1338
if (es.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
&& es.ElementType == entityEdmType)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2156
if (op.Table.TableMetadata.Extent.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)
System.Data.Entity.Design (3)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
690
case BuiltInTypeKind.
EntitySet
:
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
307
return BuiltInTypeKind.
EntitySet
== entitySetBase.BuiltInTypeKind;
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
346
case BuiltInTypeKind.
EntitySet
:
System.Data.Services (2)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
875
if (entitySetBase.BuiltInTypeKind != BuiltInTypeKind.
EntitySet
)
2664
if (set.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (2)
35
return BuiltInTypeKind.
EntitySet
== entitySetBase.BuiltInTypeKind;
846
.Where(x => x.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
&&
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1306
if (entitySetBase.BuiltInTypeKind == BuiltInTypeKind.
EntitySet
)