IsEmpty IsDataRowEmpty Method A Sandcastle Documented Class Library
Checks to see if the DataRow passed in is empty.

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

public static bool IsDataRowEmpty(
	DataRow dr
)

Parameters

dr
Type: System.Data DataRow

Return Value

Type: Boolean
See Also