FieldsFind Method (String, FieldFindType) |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IField Find(
string searchID,
FieldFindType findType
)
Public Function Find (
searchID As String,
findType As FieldFindType
) As IField
Parameters
- searchID
- Type: SystemString
The string to use for matching (findType-dependent). - findType
- Type: NetQuarry.DataFieldFindType
The type of search to perform.
Return Value
Type:
IFieldThe field, if found, else null.
See Also