SqlDatabaseSchemaProvider Methods

Include Protected Members
Include Inherited Members

The SqlDatabaseSchemaProvider type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetSchemaUpgradeXslt When implemented in a derived class, returns XSLT to convert a schema model of the provided version to match the current schema model. (Inherited from DatabaseSchemaProvider.)
Public method GetService<TService> Returns an instantiated service object that is registered with this provider and identified by the provided Type. (Inherited from DatabaseSchemaProvider.)
Public method GetServiceConstructor<TServiceConstructor> Returns a constructor for the service that is identified by the provided Type. (Inherited from DatabaseSchemaProvider.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method RegisterModelTypes When implemented in a derived class, registers the model types that are found in the provided model schema. (Inherited from DatabaseSchemaProvider.)
Public method SchemaVersionSupported Returns a value that indicates whether the provided version is the same as that of the schema model, or whether an XLST is available to convert the schema model to the provided version. (Inherited from DatabaseSchemaProvider.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

SqlDatabaseSchemaProvider Class

Microsoft.Data.Schema.Sql Namespace