FieldKernelPreprocessFindFields Method |
Pre-process Find cell fields into a form easily handled in javascript. The FindField
Find cell-type specific property is a semi-colon separated list of dst=src values
(where dst=src can be abbreviated to src when src and dst are the same). The result is
a string of semi-colon separated sets of dst=src FindFields where each destination
name is converted from a IField.Key to its IField.ControlName (generally identical),
each source name is the IField.Key, and abbreviated pairs are fully expanded.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string PreprocessFindFields()
Protected Function PreprocessFindFields As String
Return Value
Type:
StringThe fully-qualified Find cell fields string appropriate for use in javascript.
See Also