Class SchemaRestrictionsInfo
Contains schema restriction information for database metadata queries. Extends ConnectionInfo with additional filtering capabilities for database schema operations.
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class SchemaRestrictionsInfo : ConnectionInfo
Remarks
Used by the query builder to apply specific restrictions when resolving database schema information such as tables, columns, and procedures.
Constructors
SchemaRestrictionsInfo()
Declaration
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
public string SchemaRestrictions { get; set; }
Property Value
|
System.String
|
Remarks
These restrictions are applied when querying database metadata to limit results to specific schemas, tables, or other database objects.