Azavea.Open.DAO.SQL.SqlDaJoinQuery.GetLeftColumnPrefix C# (CSharp) 메소드

GetLeftColumnPrefix() 공개 메소드

The prefix that should be used to get the left table's columns out of the IDataReader when accessing them by name.
public GetLeftColumnPrefix ( ) : string
리턴 string
        public string GetLeftColumnPrefix()
        {
            return _leftPrefix;
        }