ibi Patterns - Search 6.0.0 .NET API |
NetricsTable Constructor (String, Generic Nullable, String[], NetricsTableRecSrc) |
See AlsoExample |
![]() ![]() |
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal name As String, _ ByVal is_parent As Nullable(Of Boolean), _ ByVal fieldNames As String(), _ ByVal src As NetricsTableRecSrc _ ) |
C# |
---|
public NetricsTable( string name, Nullable<bool> is_parent, string[] fieldNames, NetricsTableRecSrc src ) |
C++ |
---|
public: NetricsTable( String name, Nullable<bool> is_parent, array<String>^ fieldNames, NetricsTableRecSrc src ) sealed |
J# |
---|
public NetricsTable( string name, Nullable<bool> is_parent, string[] fieldNames, NetricsTableRecSrc src ) |
JScript |
---|
public function NetricsTable( name : String, is_parent : Nullable<bool>, fieldNames : String[], src : NetricsTableRecSrc ) |
Parameters
- name
- The name of the table. Must be unique. In other commands, the table will be referred to by this name
- is_parent
- Indicates if this is a parent table.
- fieldNames
- User specified names for the fields of the table. In other commands, fields will be referred to by these names
- src
- The RecSrc object which holds the records for this table (can be empty to load an empty table)