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