Click or drag to resize

FieldsItem Property (String)

String indexer for this collection. Note that if the field is not found then an entry is logged in the devlog. If it is expected that the field may not exist in the mapper's Fields collection and no such devlog entry is desired use Find(String, FieldFindType, FindBehaviour) or Field(String) to obtain the field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IField this[
	string index
] { get; set; }

Parameters

index
Type: SystemString

Property Value

Type: IField
Remarks
The indexer permists instances of this class to be indexed in the same way as arrays.
See Also