Click or drag to resize

DMConnectionUtilityGetTableColumns Method

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public static FieldCollection GetTableColumns(
	IDbConnection connection,
	string tableName
)

Parameters

connection
Type: System.DataIDbConnection
tableName
Type: SystemString

Return Value

Type: FieldCollection
See Also