getUseTransient method

(bool, String) getUseTransient()

Gets the use transient option from the Context

Deprecated: Use getAllowLimitedConn instead

Implementation

(bool, String) getUseTransient() {
  return getAllowLimitedConn();
}