Variable DatabaseLoadMethodConst

DatabaseLoadMethod: {
    Eager: "EAGER";
    Lazy: "LAZY";
    Reference: "REFERENCE";
} = ...

Type declaration

  • Readonly Eager: "EAGER"
  • Readonly Lazy: "LAZY"
  • Readonly Reference: "REFERENCE"

Export