Click or drag to resize

MapperDatasheetResolveExpression Method

Overload List
  NameDescription
Protected methodResolveExpression(ExpressionResolutionFlags, String, String)
Resolve an expression containing field references.
(Inherited from MapperKernel.)
Protected methodResolveExpression(String, DataTable, Int32, String)
Resolve an expression possibly having field references. Since while filling the datasheet the fields data has already passed through the fields and left them positioned beyond the last row of interest, we need to get the field values from the DataTable.
Protected methodResolveExpression(String, DataTable, Int32, String, ExpressionResolutionFlags)
Resolve an expression possibly having field references. Since while filling the datasheet the fields data has already passed through the fields and left them positioned beyond the last row of interest, we need to get the field values from the DataTable.
Top
See Also