4 writes to m_fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLByte.cs (4)
32
m_fNotNull
= false;
39
m_fNotNull
= true;
497
m_fNotNull
= false;
502
m_fNotNull
= true;
2 references to m_fNotNull
System.Data.Common (2)
System\Data\SQLTypes\SQLByte.cs (2)
45
get { return !
m_fNotNull
; }
53
if (
m_fNotNull
)