PatternOperationItemGetRows Method

Return all settings rows in a table that have a matching pattern operation ID.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static DataRow[] GetRows(
	PatternOperationItem operation,
	DataTable table,
	string keyColumn
)

Parameters

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.

Return Value

DataRow
Array of data rows matching the specified pattern operation ID.

See Also