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
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
SimpleColumnMap ( TypeUsage type, string name ) : System.Data.Entity.Core.Metadata.Edm

Basic constructor