Implemented interface member:
property
IsNullable
System.Data.IDataParameter.IsNullable
2 overrides of IsNullable
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterHelper.cs (1)
77
public override bool
IsNullable
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
356
public override bool
IsNullable
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }