public static BaseSqlCommand CreateProcedureCommand(string connection_string, string procedure) { RequestInfo info = RequestInfo.CreateProcedure(procedure); return(new BaseSqlCommand(connection_string, info)); }