CrosstabAnalysisTool FindDataRow Method A Sandcastle Documented Class Library

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private DataRow FindDataRow(
	DataView dv,
	string[] cols,
	string[] vals,
	int startIdx,
	out int foundIdx
)

Parameters

dv
Type: System.Data DataView
cols
Type:  System String 
vals
Type:  System String 
startIdx
Type: System Int32
foundIdx
Type: System Int32 

Return Value

Type: DataRow
See Also