Mini SQL Query Extensibility Documentation
GetColumnsForTable Method (dbTable, schemaTableKeyInfo, dbTypes)
NamespacesMiniSqlQuery.Core.DbModelGenericSchemaServiceGetColumnsForTable(DbModelTable, DataTable, Dictionary<(Of <(String, DbModelType>)>))

[Missing <summary> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.GetColumnsForTable(MiniSqlQuery.Core.DbModel.DbModelTable,System.Data.DataTable,System.Collections.Generic.Dictionary{System.String,MiniSqlQuery.Core.DbModel.DbModelType})"]

Declaration Syntax
C#Visual BasicVisual C++
protected virtual void GetColumnsForTable(
	DbModelTable dbTable,
	DataTable schemaTableKeyInfo,
	Dictionary<string, DbModelType> dbTypes
)
Protected Overridable Sub GetColumnsForTable ( _
	dbTable As DbModelTable, _
	schemaTableKeyInfo As DataTable, _
	dbTypes As Dictionary(Of String, DbModelType) _
)
protected:
virtual void GetColumnsForTable(
	DbModelTable^ dbTable, 
	DataTable^ schemaTableKeyInfo, 
	Dictionary<String^, DbModelType^>^ dbTypes
)
Parameters
dbTable (DbModelTable)

[Missing <param name="dbTable"/> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.GetColumnsForTable(MiniSqlQuery.Core.DbModel.DbModelTable,System.Data.DataTable,System.Collections.Generic.Dictionary{System.String,MiniSqlQuery.Core.DbModel.DbModelType})"]

schemaTableKeyInfo (DataTable)

[Missing <param name="schemaTableKeyInfo"/> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.GetColumnsForTable(MiniSqlQuery.Core.DbModel.DbModelTable,System.Data.DataTable,System.Collections.Generic.Dictionary{System.String,MiniSqlQuery.Core.DbModel.DbModelType})"]

dbTypes (Dictionary<(Of <(String, DbModelType>)>))

[Missing <param name="dbTypes"/> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.GetColumnsForTable(MiniSqlQuery.Core.DbModel.DbModelTable,System.Data.DataTable,System.Collections.Generic.Dictionary{System.String,MiniSqlQuery.Core.DbModel.DbModelType})"]

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