Mini SQL Query Extensibility Documentation
ProcessForeignKeyReferencesForTable Method (dbConn, dbTable)
NamespacesMiniSqlQuery.Core.DbModelSqlClientSchemaServiceProcessForeignKeyReferencesForTable(DbConnection, DbModelTable)

[Missing <summary> documentation for "M:MiniSqlQuery.Core.DbModel.SqlClientSchemaService.ProcessForeignKeyReferencesForTable(System.Data.Common.DbConnection,MiniSqlQuery.Core.DbModel.DbModelTable)"]

Declaration Syntax
C#Visual BasicVisual C++
protected override void ProcessForeignKeyReferencesForTable(
	DbConnection dbConn,
	DbModelTable dbTable
)
Protected Overrides Sub ProcessForeignKeyReferencesForTable ( _
	dbConn As DbConnection, _
	dbTable As DbModelTable _
)
protected:
virtual void ProcessForeignKeyReferencesForTable(
	DbConnection^ dbConn, 
	DbModelTable^ dbTable
) override
Parameters
dbConn (DbConnection)

[Missing <param name="dbConn"/> documentation for "M:MiniSqlQuery.Core.DbModel.SqlClientSchemaService.ProcessForeignKeyReferencesForTable(System.Data.Common.DbConnection,MiniSqlQuery.Core.DbModel.DbModelTable)"]

dbTable (DbModelTable)

[Missing <param name="dbTable"/> documentation for "M:MiniSqlQuery.Core.DbModel.SqlClientSchemaService.ProcessForeignKeyReferencesForTable(System.Data.Common.DbConnection,MiniSqlQuery.Core.DbModel.DbModelTable)"]

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