[Missing <summary> documentation for "T:MiniSqlQuery.Core.DbModel.SqlClientSchemaService"]
| C# | Visual Basic | Visual C++ |
public class SqlClientSchemaService : GenericSchemaService
Public Class SqlClientSchemaService _ Inherits GenericSchemaService
public ref class SqlClientSchemaService : public GenericSchemaService
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SqlClientSchemaService()()() | Initializes a new instance of the SqlClientSchemaService 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 | (Inherited from GenericSchemaService.) | |
| GetColumnsForTable(DbModelTable, DataTable, Dictionary<(Of <(String, DbModelType>)>)) | (Inherited from GenericSchemaService.) | |
| GetDataTypeNameForColumn(DbModelTable, DataTable, DataRow) | (Inherited from GenericSchemaService.) | |
| GetDbObjectModel(String) |
Gets a database object model that represents the items defined by the connection.
(Inherited from GenericSchemaService.) | |
| GetDbTypes(DbConnection) | (Overrides GenericSchemaService.GetDbTypes(DbConnection).) | |
| GetDescription()()() | (Inherited from GenericSchemaService.) | |
| GetForeignKeyReferencesForTable(DbConnection, DbModelTable) | (Overrides GenericSchemaService.GetForeignKeyReferencesForTable(DbConnection, DbModelTable).) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTableKeyInfo(DbConnection, String, String) | (Inherited from GenericSchemaService.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MakeSqlFriendly(String) | (Inherited from GenericSchemaService.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProcessForeignKeyReferencesForTable(DbConnection, DbModelTable) | (Overrides GenericSchemaService.ProcessForeignKeyReferencesForTable(DbConnection, DbModelTable).) | |
| ProviderName | (Inherited from GenericSchemaService.) | |
| SafeGetBool(DataRow, String) | (Inherited from GenericSchemaService.) | |
| SafeGetInt(DataRow, String) | (Inherited from GenericSchemaService.) | |
| SafeGetString(DataRow, String) | (Inherited from GenericSchemaService.) | |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | ||
| GenericSchemaService | ||
| SqlClientSchemaService | ||