IMapperSetFieldList Method |
Sets the semi-colon separated list of fields to render for this mapper. Setting this value programmatically overrides any
meta-data specified list. See
GetFieldList(GetFieldListOpts).
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxvoid SetFieldList(
string list,
SetFieldListOpts options
)
Sub SetFieldList (
list As String,
options As SetFieldListOpts
)
Parameters
- list
- Type: SystemString
The list to set. - options
- Type: NetQuarry.DataSetFieldListOpts
Options for setting the list.
See Also