Gets a list of columns from a table in the database.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public DBColumn[] GetColumns(
	string tableName
)
Visual Basic
Public Function GetColumns ( _
	tableName As String _
) As DBColumn()

Parameters

tableName
Type: System..::..String
The name of the table to get columns from.

Return Value

An array of DBColumns

See Also