ProjectDB.GetDataRow Method

Gets a row from table
<HTML5Disabled(true)> _ 
Public Function GetDataRow( _ 
ByVal tableName As String, _ 
ByVal name As String
) As DataRow
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public DataRow GetDataRow( 
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

DataRow

Reference to DataRow

.NET Framework

Supported in: 4.8

In this article

Definition