Share via


DbExpressionRebinder.VisitType(EdmType) Method

Definition

Implements the visitor pattern for the type.

protected override System.Data.Entity.Core.Metadata.Edm.EdmType VisitType (System.Data.Entity.Core.Metadata.Edm.EdmType type);
override this.VisitType : System.Data.Entity.Core.Metadata.Edm.EdmType -> System.Data.Entity.Core.Metadata.Edm.EdmType
Protected Overrides Function VisitType (type As EdmType) As EdmType

Parameters

type
EdmType

The type.

Returns

The implemented visitor pattern.

Applies to