/// <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; }