Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Item Property

Gets or sets the FbParameter at the specified index.

Overload List

Gets or sets the FbParameter at the specified index.

[Browsable(Browsable=False)]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]
public FbParameter this[int] {get; set;}

Gets or sets the FbParameter with the specified name.

[Browsable(Browsable=False)]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]
public FbParameter this[string] {get; set;}

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace