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

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

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

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

dbTable (DbModelTable)

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

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