C# 클래스 System.Data.Entity.Core.Query.InternalTrees.SimpleColumnMap

Base class for simple column maps; can be either a VarRefColumnMap or ScalarColumnMap; the former is used pretty much throughout the PlanCompiler, while the latter will only be used once we generate the final Plan.
상속: System.Data.Entity.Core.Query.InternalTrees.ColumnMap
파일 보기 프로젝트 열기: dotnet/ef6tools 1 사용 예제들

비공개 메소드들

메소드 설명
SimpleColumnMap ( TypeUsage type, string name ) : System.Data.Entity.Core.Metadata.Edm

Basic constructor