NpgsqlParameter.SourceVersion Property
[This is preliminary documentation and subject to change.]
Gets or sets the DataRowVersion to use when loading Value.
[Visual Basic]
<DefaultValue(Value=(DataRowVersion.Current))>
<Category(Category="Data")>
NotOverridable Public Property SourceVersion As
DataRowVersion Implements _
IDataParameter.SourceVersion
[C#]
[DefaultValue(Value=(DataRowVersion.Current))]
[Category(Category="Data")]
public
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