Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.SourceVersion Property

Gets or sets the DataRowVersion to use when loading value.

[Visual Basic]
<Category(Category:="Datos"), _  DefaultValue(Value:=DataRowVersion.Current)>
NotOverridable Public Property SourceVersion As DataRowVersion _
    Implements IDataParameter.SourceVersion
[C#]
[Category(Category="Datos")]
[DefaultValue(Value=DataRowVersion.Current)]
public System.Data.DataRowVersion SourceVersion {get; set;}

Implements

IDataParameter.SourceVersion

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace