PatternOperationItemGetRows Method
Return all settings rows in a table that have a matching pattern
operation ID.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static DataRow[] GetRows(
PatternOperationItem operation,
DataTable table,
string keyColumn
)
Public Shared Function GetRows (
operation As PatternOperationItem,
table As DataTable,
keyColumn As String
) As DataRow()
No code example is currently available or this language may not be supported.
- operation PatternOperationItem
-
The operation whose OperationId property will be used to locate the
results.
- table DataTable
-
Reference to the data table containing the rows to retrieve.
- keyColumn String
-
Name of the key column in which to find the ID for the row.
DataRow
Array of data rows matching the specified pattern operation ID.