Class SchemaReadParameters
Inheritance
System.Object
SchemaReadParameters
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public class SchemaReadParameters
Constructors
SchemaReadParameters(String[])
Declaration
public SchemaReadParameters(params string[] schemas)
Parameters
|
System.String[]
schemas
|
Properties
Constraints
Declaration
public bool Constraints { get; set; }
Property Value
|
System.Boolean
|
Databases
Declaration
public List<SchemaReadParameters.DatabaseSchemas> Databases { get; }
Property Value
|
System.Collections.Generic.List<SchemaReadParameters.DatabaseSchemas>
|
Indexes
Declaration
public bool Indexes { get; set; }
Property Value
|
System.Boolean
|
Schemas
Declaration
public List<string> Schemas { get; }
Property Value
|
System.Collections.Generic.List<System.String>
|
StoredProcedures
Declaration
public bool StoredProcedures { get; set; }
Property Value
|
System.Boolean
|
TablesAndViews
Declaration
public bool TablesAndViews { get; set; }
Property Value
|
System.Boolean
|
UserDefinedTypes
Declaration
public bool UserDefinedTypes { get; set; }
Property Value
|
System.Boolean
|
Methods
ReadAdditionalDatabase(String)
Declaration
public SchemaReadParameters.DatabaseSchemas ReadAdditionalDatabase(string name)
Parameters
|
System.String
name
|
Returns
|
SchemaReadParameters.DatabaseSchemas
|