public 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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.