Azavea.Open.DAO.SQL.SqlDaJoinQuery.GetLeftColumnPrefix C# (CSharp) Méthode

GetLeftColumnPrefix() public méthode

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
Résultat string
        public string GetLeftColumnPrefix()
        {
            return _leftPrefix;
        }