Ejemplo n.º 1
0
 /// <summary>
 /// Runs the return integer.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <returns></returns>
 public abstract DataResult ExecuteScalar(DataCommand command);
Ejemplo n.º 2
0
 /// <summary>
 /// Runs the return integer.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <returns></returns>
 public abstract int RunReturnInteger(DataCommand command);
Ejemplo n.º 3
0
 public abstract DataResult ExecuteNonExec(DataCommand command);
Ejemplo n.º 4
0
 /// <summary>
 /// Runs the specified command.
 /// </summary>
 /// <param name="command">The command.</param>
 public abstract void Run(DataCommand command);
Ejemplo n.º 5
0
 /// <summary>
 /// Saves the data table.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <returns>Returns either DataTable or DataRow[] depending on what was passed in the command</returns>
 public abstract DataResult Save(DataCommand command);
Ejemplo n.º 6
0
 public abstract DataTable LoadTableSchema(DataCommand command);
Ejemplo n.º 7
0
 public abstract DataResult LoadReader(DataCommand command);
Ejemplo n.º 8
0
 public abstract DataResult LoadDataSet(DataCommand command);