TDataTable.Initialize2 Method

Set new reference to Table object (hidden to intelisense)
Public Sub Initialize2( _ 
ByVal table As DataTable, _ 
ByVal quality As Integer, _ 
ByVal timestamp As DateTimeOffset, _ 
ByVal protectionRecursiveEvent As Long
)
This language is not supported or no code example is available.
public void Initialize2( 
DataTable table
int quality
DateTimeOffset timestamp
long protectionRecursiveEvent 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

Reference to new table

quality
int

Quality number

timestamp
DateTimeOffset

DateTimeOffset Timestamp

protectionRecursiveEvent
long

Number to protect against recursive generate event

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition