Return the field name for a specific table.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetTableFieldNames ( _
	tableName As String, _
	connectionString As String _
) As DataSet
C#
public static DataSet GetTableFieldNames(
	string tableName,
	string connectionString
)

Parameters

tableName
Type: System..::..String
connectionString
Type: System..::..String

Return Value

See Also