Click or drag to resize
AkDatabaseExchangeImportToTable Method

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void ImportToTable(
	string Connection,
	string TableName,
	Object SourceColumns,
	Object DestColumns,
	bool ResetObjectId
)

Parameters

Connection
Type: SystemString
TableName
Type: SystemString
SourceColumns
Type: SystemObject
DestColumns
Type: SystemObject
ResetObjectId
Type: SystemBoolean
See Also