Gets table

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Function GetDataTable( _ 
ByVal tableName As String, _ 
Optional ByVal condition As String = null _ 
) As DataTable
This language is not supported or no code example is available.
public DataTable GetDataTable( 
string tableName
string condition = null 
)
This language is not supported or no code example is available.

Parameters

tableName
Type: string

Table name

condition
Type: string

[Optional] Where condition

Return Value

Type: DataTable

Reference to table

.NET Framework

Supported in: 4.6.2, 4.7