Click or drag to resize
DataConnectionFactoryNewTableManagerObject Method
Creates a new table manager object with the given connection string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static ITableManager NewTableManagerObject(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string

Return Value

Type: ITableManager
See Also