DbExpressionRebinder.VisitType Method (EdmType)

 

Implements the visitor pattern for the type.

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

protected override EdmType VisitType(
	EdmType type
)

Parameters

type
Type: System.Data.Entity.Core.Metadata.Edm.EdmType

The type.

Return Value

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

The implemented visitor pattern.