frmDatabasesEditGetTableSchema Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private DataColumnCollection GetTableSchema(
	string table,
	string ConnectionsString,
	out string message
)

Parameters

table  String
 
ConnectionsString  String
 
message  String
 

Return Value

DataColumnCollection

See Also