The SchemaProvider type exposes the following members.

Constructors

  NameDescription
Public methodSchemaProvider(String)
Initializes a new instance of the SchemaProvider class.
Public methodSchemaProvider(String, String)
Initializes a new instance of the SchemaProvider class.

Methods

  NameDescription
Public methodCompareTo(String)
Compares the current object with another object of the same type.
Public methodCompareTo(SchemaProvider)
Compares the current object with another object of the same type.
Public methodCreateEditor()()()()
Creates an instance of IDbConnectionStringEditor for the type specified in AssemblyQualifiedName.
Public methodCreateEditor(Boolean)
Creates an instance of IDbConnectionStringEditor for the type specified in AssemblyQualifiedName.
Public methodCreateProvider()()()()
Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.
Public methodCreateProvider(Boolean)
Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides Object..::..Equals(Object).)
Public methodEquals(String)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(SchemaProvider)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetProviderType
Gets the Type for the provider specified in AssemblyQualifiedName.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

Operators

Properties

  NameDescription
Public propertyAssemblyQualifiedName
Gets the assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.
Public propertyDisplayName
Gets the display name.

See Also