Initializes a new instance of the MergeBlockInfo class.

MergeBlockInfo(String)

public MergeBlockInfo(string tableName);
Public Sub New(tableName As String)

MergeBlockInfo(SubTextPart)

public MergeBlockInfo(SubTextPart subTextPart);
Public Sub New(subTextPart As 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).