DMRColumnCriteriaCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMRColumnCriteria object to the DMRColumnCriteriaCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMRColumnCriteria value
)
Public Function Add (
value As DMRColumnCriteria
) As Integer
public:
int Add(
DMRColumnCriteria^ value
)
member Add :
value : DMRColumnCriteria -> int
Parameters
- value
- Type: DMLibraryDMRColumnCriteria
The DMRColumnCriteria object to add to the DMRColumnCriteriaCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also