Class
SchemaRestrictionsInfo

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:

cs-api-definition
public class SchemaRestrictionsInfo : ConnectionInfo

Inheritance: objectConnectionInfoSchemaRestrictionsInfo

Inherited Members ConnectionInfo.NameConnectionInfo.ProviderConnectionInfo.ConnectionString

Constructors

SchemaRestrictionsInfo()

Declaration

cs-api-definition
public SchemaRestrictionsInfo()

Properties

SchemaRestrictions

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

Declaration

cs-api-definition
public string SchemaRestrictions { get; set; }

Property Value

string

Remarks

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