Checks the Recordset to determine if warnings occured.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public bool HasWarnings()

Return Value

True if the p4 command returned warnings.

Remarks

This is the same as testing Warnings.Count.

See Also