Gets a row from table

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: string

Table name

name
Type: string

Name

Return Value

Type: DataRow

Reference to DataRow

.NET Framework

Supported in: 4.6.2, 4.7