ESRI.ArcGIS.ADF.Tasks
RequiresSubtypeFieldInQuery Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > CodedValuesUtility Class : RequiresSubtypeFieldInQuery Method




tblInfo
Layer information.
fldName
Field name.
mrb
Determines if the indicated field is not the special subtype field for the layer.

Syntax

Visual Basic (Declaration) 
Public Shared Function RequiresSubtypeFieldInQuery( _
   ByVal tblInfo As MapTableInfo, _
   ByVal fldName As String, _
   ByVal mrb As MapResourceBase _
) As Boolean
Visual Basic (Usage)Copy Code
Dim tblInfo As MapTableInfo
Dim fldName As String
Dim mrb As MapResourceBase
Dim value As Boolean
 
value = CodedValuesUtility.RequiresSubtypeFieldInQuery(tblInfo, fldName, mrb)
C# 
public static bool RequiresSubtypeFieldInQuery( 
   MapTableInfo tblInfo,
   string fldName,
   MapResourceBase mrb
)

Parameters

tblInfo
Layer information.
fldName
Field name.
mrb

Return Value

True if the field is not the subtype field in the layer, False otherwise.

Remarks

The field name passed in should be a field with coded value domain. This can be determined by using GetcodedNames().

See Also

© 2010 All Rights Reserved.