ProjectDB.GetDataTable Method

Gets table
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
string

Table name

condition
string

[Optional] Where condition

Return Value

DataTable

Reference to table

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition