ProjectDB.GetDataRowAsync Method

Gets a row from table async
Public Function GetDataRowAsync( _ 
ByVal tableName As String, _ 
ByVal name As String
) As Task(Of DataRow)
This language is not supported or no code example is available.
public Task<DataRow> GetDataRowAsync( 
string tableName
string name 
)
This language is not supported or no code example is available.

Parameters

tableName
string

Table name

name
string

Name

Return Value

Task<DataRow>

Reference to DataRow

.NET Framework

Supported in: 4.8

In this article

Definition