Example #1
0
 public int dmlBorrar(TCP_Tab_IndTipo oDatos)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public TCP_Tab_IndTipo dmlSelectID(TCP_Tab_IndTipo oDatos)
 {
     throw new NotImplementedException();
 }
Example #3
0
        public Object dmlAgregar(TCP_Tab_IndTipo oDatos)
        {
            String sSQL = " INSERT INTO TCP_Tab_IndTipo( ipoclave, ipodescripcion, ipoicono, ipofecini, ipofecfin) VALUES (  @P0, @P1, @P2, @P3, @P4) ";

            return(EjecutaDML(sSQL, oDatos.ipoclave, oDatos.ipodescripcion, oDatos.ipoicono, oDatos.ipofecini, oDatos.ipofecfin));
        }