ProjectDB.GetDataTable Method

Gets table
<HTML5Disabled(true)> _ 
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.
[HTML5Disabled(true)] 
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.8

In this article

Definition