System.Data.Entity.Core.Query.InternalTrees.SimpleColumnMap.SimpleColumnMap C# (CSharp) Method

SimpleColumnMap() private method

Basic constructor
private SimpleColumnMap ( TypeUsage type, string name ) : System.Data.Entity.Core.Metadata.Edm
type TypeUsage datatype for this column
name string column name
return System.Data.Entity.Core.Metadata.Edm
        internal SimpleColumnMap(TypeUsage type, string name)
            : base(type, name)
        {
        }
    }
SimpleColumnMap