ProjectDB.GetDataTableAsync Method

Gets table async
Public Function GetDataTableAsync( _ 
ByVal tableName As String, _ 
Optional ByVal condition As String = null _ 
) As Task(Of DataTable)
This language is not supported or no code example is available.
public Task<DataTable> GetDataTableAsync( 
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

Task<DataTable>

Reference to table

.NET Framework

Supported in: 4.8

In this article

Definition