Click or drag to resize

Utils_SqlGetTableColumns Method

Gets the column names of a SQL table.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static List<string> GetTableColumns(
	SqlConnection conn,
	string tableName
)

Parameters

conn
Type: System.Data.SqlClientSqlConnection
tableName
Type: SystemString

Return Value

Type: ListString
See Also