Beispiel #1
0
 public SqlDataReader getDocBoyIdDocBoyGrid1(string strName)
 {
     DLProject dlsr = new DLProject();
        try
        {
        SqlDataReader dr = dlsr.getDocBoyIdDocBoyGrid1(strName);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dlsr = null;
        }
 }