3 implementations of SourceVersion
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
70
public virtual DataRowVersion
SourceVersion
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterHelper.cs (1)
162
public override DataRowVersion
SourceVersion
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
370
public override System.Data.DataRowVersion
SourceVersion
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 reference to SourceVersion
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
1796
case StatementType.Update: return parameter.
SourceVersion
;