Method Accept
Accept(String)
Indicate whether to load the field with the given name or not. If the Name is not in either of the
initializing Sets, then NO_LOAD is returned. If a Field name
is in both fieldsToLoad
and lazyFieldsToLoad
, lazy has precedence.
Declaration
public virtual FieldSelectorResult Accept(String fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | The Field name to check |
Returns
Type | Description |
---|---|
FieldSelectorResult |