Base:
property
IsNullable
System.Data.Common.DbParameter.IsNullable
Implemented interface member:
property
IsNullable
System.Data.IDataParameter.IsNullable
1 write to IsNullable
System.Data.OleDb (1)
OleDbParameter.cs (1)
71IsNullable = isNullable;
2 references to IsNullable
System.Data.OleDb (2)
OleDbParameter.cs (2)
672if ((ParameterDirection.Input != p.Direction) || p.IsNullable 717p.IsNullable, p.PrecisionInternal, p.ScaleInternal, p.SourceColumn,