TDataTable Class

Define TDataTable (DataTable) parentType
Public Class TDataTable 
Inherits TagObj
This language is not supported or no code example is available.
public class TDataTable : TagObj
This language is not supported or no code example is available.
Name Description
Public constructor TDataTable(RunObj, int) Construct the instance
Public constructor TDataTable(RunObj, int[]) Construct the instance
Top
Name Description
Public property DisplayValue DisplayValue
Public property LockValue LockValue
Public property OverwriteLockValue OverwriteLockValue
Public property OverwriteValue OverwriteValue
Public property PreviousValue Previous Value
Public property Value Value
Top
Methods
 
Name Description
Public method CommitBlockSet() Called to commit the current block
Public method GetColumnsCount() Get number of columns
Public method GetRowsCount() Get number of rows
Public method Initialize(DataTable) Set new reference to Table object
Public method Initialize2(DataTable, int, DateTimeOffset, long) Set new reference to Table object (hidden to intelisense)
Public method RemoveAll() Remove all rows
Public method RemoveRow(int) Remove row
Public method StartBlockSet() Called to set the Start Block
Public method Update(DataTable) Update Table object
Top

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition