FieldsField Method (String, FindBehaviour) |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IField Field(
string key,
FindBehaviour behaviour
)
Public Function Field (
key As String,
behaviour As FindBehaviour
) As IField
Parameters
- key
- Type: SystemString
The desired field's key. - behaviour
- Type: NetQuarry.DataFindBehaviour
How the lookup should behave under specified circumstances (in particular when no such field is found).
Return Value
Type:
IFieldThe requested field.
See Also