Show / Hide Table of Contents

Method TryGetValue

| Improve this Doc View Source

TryGetValue(DataRow, out IDataValidationErrors)

Attempts to get the valiation errors that is associated with the specified DataRow.

Declaration
bool TryGetValue(DataRow dataRow, out IDataValidationErrors value)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

IDataValidationErrors value

The validation errors that is associated with the specified DataRow.

Returns
Type Description
System.Boolean

true if DataRow and its validation error exists, otherwise false.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest