ArcFM Solution Developer Guide
AddProperty Method (GroupCounterTransformation<GroupType>)


Adds a property to both the DataSet extended properties and the return value of IFilterDataRequest.Properties
Syntax
'Declaration
 
Protected Overridable Sub AddProperty( _
   ByVal dataSet As System.Data.DataSet, _
   ByVal propertyName As System.String, _
   ByVal propertyValue As System.Object _
) 
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim dataSet As System.Data.DataSet
Dim propertyName As System.String
Dim propertyValue As System.Object
 
instance.AddProperty(dataSet, propertyName, propertyValue)
protected virtual void AddProperty( 
   System.Data.DataSet dataSet,
   System.string propertyName,
   System.object propertyValue
)

Parameters

dataSet
propertyName
propertyValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members

 

 


Send Comment