DataStructure Constructor (String, Boolean) |
Namespace:
Unvired.Kernel.UWP.Model
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataStructure(
string tableName,
bool isHeader
)
Public Sub New (
tableName As String,
isHeader As Boolean
)
public:
DataStructure(
String^ tableName,
bool isHeader
)
new :
tableName : string *
isHeader : bool -> DataStructureParameters
- tableName
- Type: SystemString
- isHeader
- Type: SystemBoolean
See Also