ClassSchemaReadParameters.DatabaseSchemas
Class
Definition
Namespace:Telerik.OpenAccess.SPI
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public class SchemaReadParameters.DatabaseSchemas
Inheritance: objectSchemaReadParameters.DatabaseSchemas
Constructors
DatabaseSchemas(string, params string[])
Declaration
cs-api-definition
public DatabaseSchemas(string database, params string[] schemas)
Parameters
database
string
schemas
string[]
Properties
DatabaseName
Declaration
cs-api-definition
public string DatabaseName { get; set; }
Property Value
string
SchemaFilter
Declaration
cs-api-definition
public List<string> SchemaFilter { get; }
Property Value
List<string>