ArcObjects Library Reference (GeoDatabase)  

IValidate.GetInvalidRulesByField Method

The set of all invalid rules for the specified field.

[Visual Basic .NET]
Public Function GetInvalidRulesByField ( _
    ByVal FieldName As String _
) As IEnumRule
[C#]
public IEnumRule GetInvalidRulesByField (
    string FieldName
);
[C++]
HRESULT GetInvalidRulesByField(
  BSTR FieldName,
  IEnumRule** invalidRules
);
[C++]

Parameters

FieldName [in]   FieldName is a parameter of type BSTR invalidRules [out, retval]

  invalidRules is a parameter of type IEnumRule

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The GetInvalidRulesByField method returns an enumerator of rules violated by the specified field of the row.

See Also

IValidate Interface