1 write to implementsINullable
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
174out implementsINullable,
5 references to implementsINullable
System.Data (5)
fx\src\data\System\Data\DataColumn.cs (5)
179if (!isSqlType && implementsINullable) { 670if (defaultValue == DBNull.Value && this.implementsINullable) { // for perf I dont access property 675else if (this.implementsINullable) { 869return implementsINullable; 1406if (!implementsINullable) {