ProjectDB.GetDataRow Method

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

In this article

Definition