Initializes a new instance of the MergeBlockInfo class.

MergeBlockInfo(String)

public MergeBlockInfo(string tableName);

MergeBlockInfo(SubTextPart)

public MergeBlockInfo(SubTextPart subTextPart);

Parameters

Parameter Description
tableName The name of the table which is the data source for this merge block.
subTextPart A SubTextPart instance containing merge block meta data (i. e. filter and sorting instructions and a possible block merging condition).