1 write to NullableType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
70
this.
NullableType
= nullableTdsType;
23 references to NullableType
System.Data (23)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (6)
610
switch(metadata.metaType.
NullableType
) {
638
switch(metadata.metaType.
NullableType
) {
1069
if (((_SqlDataReaderRowSource != null) || (_dataTableSource != null)) && ((metadata.metaType.
NullableType
== TdsEnums.SQLDECIMALN) || (metadata.metaType.
NullableType
== TdsEnums.SQLNUMERICN))) {
1333
switch(type.
NullableType
) {
1443
Debug.Assert(false, "Unknown TdsType!" + type.
NullableType
.ToString("x2", (IFormatProvider)null));
fx\src\data\System\Data\SqlClient\TdsParser.cs (17)
3437
rec.tdsType = rec.metaType.
NullableType
;
3445
if (rec.metaType.
NullableType
== tdsType)
4163
col.tdsType = (col.isNullable ? col.metaType.
NullableType
: col.metaType.TDSType);
8312
stateObj.WriteByte(mt.
NullableType
);
9403
switch(metadata.baseTI.metaType.
NullableType
) {
9519
if (metatype.IsPlp && (metatype.
NullableType
!= TdsEnums.SQLUDT || metatype.IsLong)) {
9532
switch (metatype.
NullableType
) {
9900
if (type.
NullableType
== TdsEnums.SQLXMLTYPE) {
9951
Debug.Assert(((type.
NullableType
== TdsEnums.SQLXMLTYPE) ||
9956
switch (type.
NullableType
) {
10097
Debug.Assert(false, "Unknown TdsType!" + type.
NullableType
.ToString("x2", (IFormatProvider)null));
10517
switch (type.
NullableType
) {
10700
Debug.Assert(false, "Unknown TdsType!" + type.
NullableType
.ToString("x2", (IFormatProvider)null));
10754
switch (type.
NullableType
) {
10916
Debug.Assert(((type.
NullableType
== TdsEnums.SQLXMLTYPE) ||
10925
switch (type.
NullableType
) {
11076
else if (type.
NullableType
== TdsEnums.SQLXMLTYPE || unknownLength) {