5 writes to m_fNotNull
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
89
m_fNotNull
= false;
162
m_fNotNull
= false;
168
m_fNotNull
= true;
651
m_fNotNull
= false;
668
m_fNotNull
= true;
4 references to m_fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLDateTime.cs (4)
205
get { return !
m_fNotNull
; }
301
if (
m_fNotNull
)
313
if (
m_fNotNull
)
325
if (
m_fNotNull
)