3 implementations of IsNullable
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
28public abstract bool IsNullable { get; set; }
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterHelper.cs (1)
77public override bool IsNullable
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
356public override bool IsNullable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }