frmDatabasesEditMatchSchemas Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private List<string> MatchSchemas(
	string table,
	DataColumnCollection dcMain,
	DataColumnCollection dcMatch
)

Parameters

table  String
 
dcMain  DataColumnCollection
 
dcMatch  DataColumnCollection
 

Return Value

ListString

See Also