Gets or sets the FbParameter at the specified index.
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;}
FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace