xApplication.enableCountryContextFilter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables system-wide optimization in the data access layer, whereby fields that don't belong in the current company's country/region context are dropped from the SELECT query.
public:
virtual void enableCountryContextFilter();
public virtual void enableCountryContextFilter ();
abstract member enableCountryContextFilter : unit -> unit
override this.enableCountryContextFilter : unit -> unit
Public Overridable Sub enableCountryContextFilter ()