Click or drag to resize

DatabaseSelectRows Method (IEnumerableDatabaseRow, String, Object)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static DatabaseRow[] SelectRows(
	IEnumerable<DatabaseRow> rows,
	string key,
	Object value
)

Parameters

rows
Type: System.Collections.GenericIEnumerableDatabaseRow
key
Type: SystemString
value
Type: SystemObject

Return Value

Type: DatabaseRow
See Also