xApplication.disableCountryContextFilter 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.
Disables 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 disableCountryContextFilter();
public virtual void disableCountryContextFilter ();
abstract member disableCountryContextFilter : unit -> unit
override this.disableCountryContextFilter : unit -> unit
Public Overridable Sub disableCountryContextFilter ()