ProjectDB.CreateTableFromTag Method

Create a table containg full tag name (flat) from 'tagName' parameter. Columns: Name and Type
Public Function CreateTableFromTag( _ 
ByVal tagName As String, _ 
ByVal includeMainTagProperties As Boolean
) As DataTable
This language is not supported or no code example is available.
public DataTable CreateTableFromTag( 
string tagName
bool includeMainTagProperties 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Initial tag name

includeMainTagProperties
bool

Flag indicating whether should include also columns Value, Quality and Timestamp (LocalTime)

Return Value

DataTable

Reference to table

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition