Skip to main content
A newer version of this page is available. .

DataSchemaProvider Members

Provides the functionality to obtain an XML schema from a database.

Constructors

Name Description
DataSchemaProvider(IDataStoreSchemaExplorer) Initializes a new instance of the DataSchemaProvider class with the specified settings.

Properties

Name Description
IsViewExtendedPropertyName static For internal use.
SchemaExplorer Provides access to an object that is used to obtain the list of tables and/or views from the database.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FillDataSchema() Obtains separate XSD-schema for the available tables and views.
FillDataSchema(ColumnsByTableDictionary) Obtains separate XSD-schema for the available tables and views, as well the specified data columns.
FillTablesDataSchema() Obtains an XSD-scheme for the available tables.
FillTablesDataSchema(ColumnsByTableDictionary) Obtains separate XSD-schema for the available tables and the specified data columns.
FillTablesViewsMergedDataSchema() Obtains an XSD-scheme for the available views.
FillTablesViewsMergedDataSchema(ColumnsByTableDictionary) Obtains an XSD-scheme for the available views and the specified data columns.
FillViewsDataSchema() Obtains an XSD-scheme for the available views.
FillViewsDataSchema(ColumnsByTableDictionary) Obtains separate XSD-schema for the available views and the specified data columns.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetStorageViewsList() Returns the list of data views available in the storage.
GetType() Gets the Type of the current instance. Inherited from Object.
GetXmlSchema(DataSet) static Returns the XML schema of a DataSet available in the storage.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also