Skip to main content

DbSchemaHelper.GetSchemaTableRows(DbConnection, String, String, String) Method

Returns the table rows available in a data source schema.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataRow[] GetSchemaTableRows(
    DbConnection connection,
    string collectionName,
    string restrictionValue,
    string paramName
)

Parameters

Name Type Description
connection DbConnection

A DbConnection object.

collectionName String

A String value, specifying the collection name.

restrictionValue String

A String value, specifying the restriction level.

paramName String

A String value, specifying the parameter name.

Returns

Type Description
DataRow[]

An array of DataRow objects.

See Also