New to Telerik ReportingStart a free 30-day trial

Contains schema restriction information for database metadata queries. Extends ConnectionInfo with additional filtering capabilities for database schema operations.

Definition

Namespace:Telerik.Reporting.Data.Schema

Assembly:Telerik.Reporting.Data.Schema.dll

Syntax:

C#
public class SchemaRestrictionsInfo : ConnectionInfo

Inheritance: objectConnectionInfoSchemaRestrictionsInfo

Inherited Members ConnectionInfo.NameConnectionInfo.ProviderConnectionInfo.ConnectionString

Constructors

C#
public SchemaRestrictionsInfo()

Properties

Gets or sets the restrictions used to filter database schema metadata. Contains JSON or string-formatted restrictions that limit the scope of schema queries.

C#
public string SchemaRestrictions { get; set; }
Remarks:

These restrictions are applied when querying database metadata to limit results to specific schemas, tables, or other database objects.