Skip to main content

This article is about the table.GetInitialData method of table internal components.

See also

Initial Data

table.GetInitialData

Returns the initial data defined for table table.

By default, a table does not have initial data. In practice, most tables do not have initial data.

Syntax 1

INVOKE table.GetInitialData

Syntax 2

SELECT table.GetInitialData()

Example

This gets initial data for a table named EVP_PARAMETER:

SELECT    evp_parameter.GetInitialData()

 

Be the first to reply!

Reply