DbExpressionRebinder.VisitEntitySet Method (EntitySetBase)

 

Implements the visitor pattern for the entity set.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected override EntitySetBase VisitEntitySet(
	EntitySetBase entitySet
)

Parameters

entitySet
Type: System.Data.Entity.Core.Metadata.Edm.EntitySetBase

The entity set.

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.EntitySetBase

The implemented visitor pattern.