.NET Documentation
C#
VB
Show/Hide TOC
Data(String) Constructor
Constructor of class.
Definition
Namespace:
Aliquo.Core.Models
Assembly:
Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
Copy
public
Data
(
string
table
)
VB
Copy
Public
Sub
New
(
table
As
String
)
Parameters
table
String
Table name.
See Also
Reference
Data Class
Data Overload
Aliquo.Core.Models Namespace
In This Article
Definition
See Also