1 write to IsBinType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
80
IsBinType
= _IsBinType(sqldbType);
6 references to IsBinType
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1114
if ((metadata.type == SqlDbType.VarBinary) && (mtSource.
IsBinType
) && (mtSource.SqlDbType != SqlDbType.Timestamp) && _SqlDataReaderRowSource.IsCommandBehavior(CommandBehavior.SequentialAccess)) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6314
(mt.
IsBinType
&& size < SmiMetaData.MaxBinaryLength) ||
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
1470
if (((!mt.
IsBinType
) || (mt.SqlDbType == SqlDbType.Timestamp)) && (mt.SqlDbType != SqlDbType.Variant)) {
1512
if (!(mt.IsLong || mt.
IsBinType
) || (SqlDbType.Xml == mt.SqlDbType)) {
1667
if (_metaData[i].metaType.
IsBinType
) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4975
return ((TdsEnums.FIXEDNULL == length) && !mt.IsCharType && !mt.
IsBinType
);