Beispiel #1
0
 public ClAbsence(ClConenection Conexion)
 {
     ObConecction        = Conexion;
     Command             = new SqlCommand();
     Command.CommandType = CommandType.StoredProcedure;
     //
     ObjDataReturn = new ClDataReturn(ObConecction);
     ObjDataReturn.ErrorRetornaDatos += new EventHandler(ObRetornaDatos_ErrorRetornaDatos);
     LastError = "";
 }
Beispiel #2
0
 public ClDataReturn(ClConenection Connection)
 {
     objConnection = Connection;
     LastError     = "";
 }