Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataBatch"/> class.
 /// </summary>
 /// <param name="tableName">Name of the table.</param>
 /// <param name="parent">The parent.</param>
 public DataBatch(string tableName, DataSession parent)
 {
     this.tableName = tableName;
     this.parent = parent;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataBatch"/> class.
 /// </summary>
 /// <param name="tableName">Name of the table.</param>
 /// <param name="parent">The parent.</param>
 public DataBatch(string tableName, DataSession parent)
 {
     this.tableName = tableName;
     this.parent    = parent;
 }