Method SetPreloadTableFlag
SetPreloadTableFlag(bool, bool)
Sets the preload flag for all tables in this collection.
Declaration
public virtual void SetPreloadTableFlag(bool preload, bool createUndo = false)
Parameters
Type | Name | Description |
---|---|---|
bool | preload | Should the tables be preloaded? True for preloading or false to load on demand. |
bool | createUndo | Create an undo point? |