The SchemaProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SchemaProvider(String) |
Initializes a new instance of the SchemaProvider class.
| |
| SchemaProvider(String, String) |
Initializes a new instance of the SchemaProvider class.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo(String) |
Compares the current object with another object of the same type.
| |
| CompareTo(SchemaProvider) |
Compares the current object with another object of the same type.
| |
| CreateEditor()()()() |
Creates an instance of IDbConnectionStringEditor for the type specified in AssemblyQualifiedName.
| |
| CreateEditor(Boolean) |
Creates an instance of IDbConnectionStringEditor for the type specified in AssemblyQualifiedName.
| |
| CreateProvider()()()() |
Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.
| |
| CreateProvider(Boolean) |
Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.
| |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides Object..::..Equals(Object).) | |
| Equals(String) |
Indicates whether the current object is equal to another object of the same type.
| |
| Equals(SchemaProvider) |
Indicates whether the current object is equal to another object of the same type.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides Object..::..GetHashCode()()()().) | |
| GetProviderType |
Gets the Type for the provider specified in AssemblyQualifiedName.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(String to SchemaProvider) |
Performs an implicit conversion from String to SchemaProvider.
| |
| ImplicitWideningImplicitImplicitImplicit(SchemaProvider to String) |
Performs an implicit conversion from SchemaProvider to String.
|
Properties
| Name | Description | |
|---|---|---|
| AssemblyQualifiedName |
Gets the assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.
| |
| DisplayName |
Gets the display name.
|