Click or drag to resize

StiSqlDataConnectorGetRelationsTable Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetRelationsTable(System.Data.Common.DbConnection,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
protected virtual DataTable GetRelationsTable(
	DbConnection connection,
	string tableName
)

Parameters

connection
Type: System.Data.CommonDbConnection

[Missing <param name="connection"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetRelationsTable(System.Data.Common.DbConnection,System.String)"]

tableName
Type: SystemString

[Missing <param name="tableName"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetRelationsTable(System.Data.Common.DbConnection,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetRelationsTable(System.Data.Common.DbConnection,System.String)"]

See Also