Mini SQL Query Extensibility Documentation
SqlClientSchemaService Class
NamespacesMiniSqlQuery.Core.DbModelSqlClientSchemaService

[Missing <summary> documentation for "T:MiniSqlQuery.Core.DbModel.SqlClientSchemaService"]

Declaration Syntax
C#Visual BasicVisual C++
public class SqlClientSchemaService : GenericSchemaService
Public Class SqlClientSchemaService _
	Inherits GenericSchemaService
public ref class SqlClientSchemaService : public GenericSchemaService
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.)
Inheritance Hierarchy
Object
GenericSchemaService
 SqlClientSchemaService

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)