dotnetCHARTING Send comments on this topic.
Group Constructor(String,String)
See Also 
dotnetCHARTING.Mapping Namespace > Group Class > Group Constructor : Group Constructor(String,String)


attribute
Attribute to compare
attributeValue
Value that must me matched.
Initializes a new instance of the Group object with a specified condition.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal attribute As String, _
   ByVal attributeValue As String _
)
Visual Basic (Usage)Copy Code
Dim attribute As String
Dim attributeValue As String
 
Dim instance As Group(attribute, attributeValue)
C# 
public Group( 
   string attribute,
   string attributeValue
)

Parameters

attribute
Attribute to compare
attributeValue
Value that must me matched.

See Also

© 2010 All Rights Reserved.