|   | Table(String, String, String, String, String, Int32) Constructor | 
        
        
        
        Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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 -> TableGSF.Data.Table = function(catalog, schema, name, type, description, rows);
Parameters
- catalog  String
-  
- schema  String
-  
- name  String
-  
- type  String
-  
- description  String
-  
- rows  Int32
-  
 See Also
See Also