1 write to IsLong
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
66
this.
IsLong
= isLong;
26 references to IsLong
System.Data (26)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
636
if(!metadata.metaType.IsFixed && !metadata.metaType.
IsLong
) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5824
else if (false == mt.IsFixed && false == mt.
IsLong
&& mt.SqlDbType != SqlDbType.Timestamp && mt.SqlDbType != SqlDbType.Udt && SqlDbType.Structured != mt.SqlDbType) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (5)
636
schemaRow[IsLong] = col.baseTI.metaType.
IsLong
;
639
schemaRow[IsLong] = col.metaType.
IsLong
;
1512
if (!(mt.
IsLong
|| mt.IsBinType) || (SqlDbType.Xml == mt.SqlDbType)) {
1671
Debug.Assert(_metaData[i].metaType.
IsLong
, "non long type?");
3589
if ((metaType.
IsLong
) || (metaType.IsPlp) || (metaType.SqlDbType == SqlDbType.Udt) || (metaType.SqlDbType == SqlDbType.Structured)) {
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
660
schemaRow[IsLong] = metaType.
IsLong
;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
385
if ( !mt.
IsLong
) {
1537
if ((SqlDbType.Udt != mt.SqlDbType) && (false == mt.IsFixed) && (false == mt.
IsLong
)) { // if type has 2 byte length
fx\src\data\System\Data\SqlClient\TdsParser.cs (12)
4182
Debug.Assert(col.metaType.
IsLong
, "Max datatype not IsLong");
4326
if (col.metaType.
IsLong
&& !col.metaType.IsPlp) {
4641
if (col.metaType.
IsLong
&& !col.metaType.IsPlp) {
4921
else if (md.metaType.
IsLong
) {
4968
if ((TdsEnums.VARNULL == length) && !mt.
IsLong
) {
9363
if (md.metaType.
IsLong
&& !md.metaType.IsPlp) {
9519
if (metatype.IsPlp && (metatype.NullableType != TdsEnums.SQLUDT || metatype.
IsLong
)) {
9522
else if (!metatype.IsFixed && !metatype.
IsLong
&& !metatype.IsVarTime) {
9579
Debug.Assert(metatype.
IsLong
&&
9589
if (metatype.
IsLong
) {
9615
else if (metatype.SqlDbType != SqlDbType.Udt || metatype.
IsLong
) {
11067
if (type.
IsLong
) { // text/image/SQLVariant have a 4 byte length, plp datatypes have 8 byte lengths
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (4)
179
Debug.Assert(!MetaType.GetMetaTypeFromSqlDbType(_metaData.SqlDbType, _metaData.IsMultiValued).
IsLong
,
203
Debug.Assert(!MetaType.GetMetaTypeFromSqlDbType(_metaData.SqlDbType, _metaData.IsMultiValued).
IsLong
,
266
Debug.Assert(!MetaType.GetMetaTypeFromSqlDbType(_metaData.SqlDbType, _metaData.IsMultiValued).
IsLong
,
292
Debug.Assert(!MetaType.GetMetaTypeFromSqlDbType(_metaData.SqlDbType, _metaData.IsMultiValued).
IsLong
,