TK.CopyDataTableToTag (DataTable, UserType) Method

Copy datatable to tag
Public Shared Sub CopyDataTableToTag( _ 
ByVal table As DataTable, _ 
ByVal tag As UserType
)
This language is not supported or no code example is available.
public static void CopyDataTableToTag( 
DataTable table
UserType tag 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

Reference to DataTable

tag
UserType

Target tag

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition