Npgsql API Docs

NpgsqlParameter.SourceVersion Property

Gets or sets the DataRowVersion to use when loading Value.

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

Property Value

One of the DataRowVersion values. The default is Current.

Implements

IDataParameter.SourceVersion

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.SourceVersion

See Also

NpgsqlParameter Class | Npgsql Namespace