setExtents(Range, ref String, ref String, ref String) Method
common for DBListFetch, DBRowFetch and DBSetQuery Action procedures, setting the Extent Names at the beginning
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
private static string setExtents( Range caller, ref string srcExtent, ref string targetExtent, ref string targetExtentF )
Parameters
- caller
- Type: Rangecalling range passed by Action procedure
- srcExtent
- Type: Stringby ref returned source range extent (place of db function) name
- targetExtent
- Type: Stringby ref returned target range extent (place of results) name
- targetExtentF
- Type: Stringby ref returned target formula range extent (place of formulas automatically extended with data) name
Returns
String
error message in case of error, or empty if none