Class SchemaReadParameters.DatabaseSchemas
Inheritance
System.Object
SchemaReadParameters.DatabaseSchemas
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public class DatabaseSchemas
Constructors
DatabaseSchemas(String, String[])
Declaration
public DatabaseSchemas(string database, params string[] schemas)
Parameters
|
System.String
database
|
|
System.String[]
schemas
|
Properties
DatabaseName
Declaration
public string DatabaseName { get; set; }
Property Value
|
System.String
|
SchemaFilter
Declaration
public List<string> SchemaFilter { get; }
Property Value
|
System.Collections.Generic.List<System.String>
|