System.Data.Entity.Core.Query.InternalTrees.SimpleColumnMap.SimpleColumnMap C# (CSharp) 메소드

SimpleColumnMap() 개인적인 메소드

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