FieldsFind Method (String, FieldFindType, FindBehaviour) |
The searchID depends on the findType:
findType | searchID |
---|---|
ByKey | The field's Key name IField.Key. |
ByCtrlNm | The field's IField.ControlName. |
PK | Finds the first field marked PK in the collection. |
ByAlias | Find field by IField.AliasName |
UniqueKey | Finds the field marked UniqueKey in the collection (there should be no more than one), if any, else the first field marked PK. |
ByCtrlUniqueId | Finds field by it's BaseControl's fully qualified UniqueID |
ByFieldID | Finds field by it's GUID (xmt_fields.field_id). |
AlternateKey | Finds the field marked AlternateKey, or if no such field and there is exactly one field marked as PK, that field. |
Namespace: NetQuarry.Data