5 writes to m_fNotNull
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
77
m_fNotNull
= false;
150
m_fNotNull
= false;
156
m_fNotNull
= true;
639
m_fNotNull
= false;
656
m_fNotNull
= true;
4 references to m_fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLDateTime.cs (4)
193
get { return !
m_fNotNull
; }
289
if (
m_fNotNull
)
301
if (
m_fNotNull
)
313
if (
m_fNotNull
)