combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / InMemoryDataProvider Class / AddRelation(String,String,String,String,String) Method

Name of the relation to use. If null or not present, the relation will be auto-named using the parent and child table names.

Name of the parent table.

Name of the child table.

Name of the column from parent table.

Name of the column from child table.



AddRelation(String,String,String,String,String) Method

Defines a relation between two existing tables in this data provider.

Syntax

Parameters

relationName

Name of the relation to use. If null or not present, the relation will be auto-named using the parent and child table names.

parentTableName

Name of the parent table.

childTableName

Name of the child table.

parentColumnName

Name of the column from parent table.

childColumnName

Name of the column from child table.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also