[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.QueryParameterCollection.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public QueryParameter this[int index] { get; }
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
QueryParameter

The element at the specified index.

this[string]

Gets the parameter with the specified name.

Declaration
public QueryParameter this[string name] { get; }
Parameters
Type Name Description
string name

The name of the parameter.

Property Value
Type Description
QueryParameter

The QueryParameter object with the specified Name, or null if a parameter with the specified name was not found.