Skip to main content

DataSchemaProvider Methods

Obsolete. Provides the functionality to obtain an XML schema from a database.
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