This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IValidate Interface > IValidate.GetInvalidRulesByField Method (ArcObjects .NET 10.5 SDK) |
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
The GetInvalidRulesByField method returns an enumerator of rules violated by the specified field of the row.