C# Class 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.
Inheritance: System.Data.Entity.Core.Query.InternalTrees.ColumnMap
Show file Open project: dotnet/ef6tools Class Usage Examples

Private Methods

Method Description
SimpleColumnMap ( TypeUsage type, string name ) : System.Data.Entity.Core.Metadata.Edm

Basic constructor