|
Table(String, String, String, String, String, Int32) Constructor
|
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic Table(
string catalog,
string schema,
string name,
string type,
string description,
int rows
)
Public Sub New (
catalog As String,
schema As String,
name As String,
type As String,
description As String,
rows As Integer
)
public:
Table(
String^ catalog,
String^ schema,
String^ name,
String^ type,
String^ description,
int rows
)
new :
catalog : string *
schema : string *
name : string *
type : string *
description : string *
rows : int -> Table
GSF.Data.Table = function(catalog, schema, name, type, description, rows);
View SourceParameters
- catalog String
-
- schema String
-
- name String
-
- type String
-
- description String
-
- rows Int32
-
See Also