Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataParameterList Class Members
See Also  Properties  Methods 
Dundas.SharePoint.Data Namespace : DataParameterList Class


The following tables list the members exposed by DataParameterList.

Public Constructors

  Name Description
Public Constructor DataParameterList Constructor  
Top

Public Properties

Public Methods

  Name Description
Public Method Add (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method AddRange (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method AsReadOnly (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method BinarySearch Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Clear (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Contains (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method ConvertAll (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method CopyTo Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Exists (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Find (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method FindAll (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method FindByName Finds the name of the by.  
Public Method FindIndex Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method FindLast (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method FindLastIndex Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method ForEach (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method GetEnumerator (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method GetRange (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method IndexOf Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Insert (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method InsertRange (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method LastIndexOf Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Remove (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method RemoveAll (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method RemoveAt (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method RemoveRange (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Reverse Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method Sort Overloaded.  (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method ToArray (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method TrimExcess (Inherited from System.Collections.Generic.List<DataParameter>)
Public Method TrueForAll (Inherited from System.Collections.Generic.List<DataParameter>)
Top

See Also