[Missing <summary> documentation for "T:MiniSqlQuery.Core.DbModel.GenericSchemaService"]
| C# | Visual Basic | Visual C++ |
public class GenericSchemaService : IDatabaseSchemaService
Public Class GenericSchemaService _ Implements IDatabaseSchemaService
public ref class GenericSchemaService : IDatabaseSchemaService
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GenericSchemaService()()() | Initializes a new instance of the GenericSchemaService class | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| ForeignKeyInformationAvailable | ||
| GetColumnsForTable(DbModelTable, DataTable, Dictionary<(Of <(String, DbModelType>)>)) | ||
| GetDataTypeNameForColumn(DbModelTable, DataTable, DataRow) | ||
| GetDbObjectModel(String) |
Gets a database object model that represents the items defined by the connection.
| |
| GetDbTypes(DbConnection) | ||
| GetDescription()()() | ||
| GetForeignKeyReferencesForTable(DbConnection, DbModelTable) | ||
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTableKeyInfo(DbConnection, String, String) | ||
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MakeSqlFriendly(String) | ||
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProcessForeignKeyReferencesForTable(DbConnection, DbModelTable) | ||
| ProviderName | ||
| SafeGetBool(DataRow, String) | ||
| SafeGetInt(DataRow, String) | ||
| SafeGetString(DataRow, String) | ||
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | ||
| GenericSchemaService | ||
| OleDbSchemaService | ||
| SqlCeSchemaService | ||
| SqlClientSchemaService | ||