Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / QueryParameterCollection Class / Item Property / Item(String) Property
The name of the parameter.

In This Topic
    Item(String) Property
    In This Topic
    Gets the parameter with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As QueryParameter
    public QueryParameter Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the parameter.

    Property Value

    The QueryParameter object with the specified C1.C1Preview.NamedCollectionItem.Name, or null if a parameter with the specified name was not found.
    See Also