Dictionary.Dataflush 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.
Overloads
Dataflush() |
Refreshes the table data in Finance and Operations. |
Dataflush(Int32) |
Dataflush()
Refreshes the table data in Finance and Operations.
public:
static void Dataflush();
public static void Dataflush ();
static member Dataflush : unit -> unit
Public Shared Sub Dataflush ()
Remarks
By default, this method refreshes data in all tables.
Applies to
Dataflush(Int32)
public:
static void Dataflush(int _tableId);
public static void Dataflush (int _tableId);
static member Dataflush : int -> unit
Public Shared Sub Dataflush (_tableId As Integer)
Parameters
- _tableId
- Int32
A tableId system data type that indicates a single table or all tables. The default value is ALL.