Npgsql Api Docs

NpgsqlParameter.SourceVersion Property

Gets or sets the DataRowVersion to use when loading Value.

[Visual Basic]
Overrides Public Property SourceVersion As DataRowVersion _
    Implements IDataParameter.SourceVersion
[C#]
public override System.Data.DataRowVersion SourceVersion {get; set;}

Property Value

One of the DataRowVersion values. The default is Current.

Implements

IDataParameter.SourceVersion

See Also

NpgsqlParameter Class | Npgsql Namespace