Class
SchemaReadParameters

Definition

Namespace:Telerik.OpenAccess.SPI

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public class SchemaReadParameters

Inheritance: objectSchemaReadParameters

Constructors

SchemaReadParameters(params string[])

Declaration

cs-api-definition
public SchemaReadParameters(params string[] schemas)

Parameters

schemas

string[]

Properties

Constraints

Declaration

cs-api-definition
public bool Constraints { get; set; }

Property Value

bool

Databases

Declaration

cs-api-definition
public List<SchemaReadParameters.DatabaseSchemas> Databases { get; }

Property Value

List<SchemaReadParameters.DatabaseSchemas>

Indexes

Declaration

cs-api-definition
public bool Indexes { get; set; }

Property Value

bool

Schemas

Declaration

cs-api-definition
public List<string> Schemas { get; }

Property Value

List<string>

StoredProcedures

Declaration

cs-api-definition
public bool StoredProcedures { get; set; }

Property Value

bool

TablesAndViews

Declaration

cs-api-definition
public bool TablesAndViews { get; set; }

Property Value

bool

UserDefinedTypes

Declaration

cs-api-definition
public bool UserDefinedTypes { get; set; }

Property Value

bool

Methods

ReadAdditionalDatabase(string)

Declaration

cs-api-definition
public SchemaReadParameters.DatabaseSchemas ReadAdditionalDatabase(string name)

Parameters

name

string

Returns

SchemaReadParameters.DatabaseSchemas