ProjectDB.CreateTableFromTag Method

Create a table containg full tag name (flat) from 'tagName' parameter. Columns: Name and Type
public DataTable CreateTableFromTag( 
   string tagName
   bool includeMainTagProperties 
)

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.8

In this article

Definition