Click or drag to resize

DataStructure Constructor (String, Boolean)

Initializes a new instance of the DataStructure class

Namespace:  Unvired.Kernel.UWP.Model
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DataStructure(
	string tableName,
	bool isHeader
)

Parameters

tableName
Type: SystemString
isHeader
Type: SystemBoolean
See Also