1 write to IsPlp
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
67
this.
IsPlp
= isPlp;
44 references to IsPlp
System.Data (44)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
649
else if(metadata.metaType.
IsPlp
&& metadata.metaType.SqlDbType != SqlDbType.Xml) {
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (1)
59
Debug.Assert(metadata.metaType.
IsPlp
, "SqlCachedBuffer call on a non-plp data");
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5429
if ((!parameter.ValidateTypeLengths(yukonOrNewer).
IsPlp
) && (parameter.Direction != ParameterDirection.Output)) {
5790
if ((!mt.
IsPlp
) && (sqlParam.Direction != ParameterDirection.Output)) {
5861
else if (mt.
IsPlp
&& (mt.SqlDbType != SqlDbType.Xml) && (mt.SqlDbType != SqlDbType.Udt)) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (10)
1578
if ((-1 == _sharedState._columnDataBytesRemaining) && (_metaData[i].metaType.
IsPlp
)) {
1592
if (_metaData[i].metaType.
IsPlp
) {
1611
if ((cb > _sharedState._columnDataBytesRemaining) && !_metaData[i].metaType.
IsPlp
) {
1628
if (_metaData[i].metaType.
IsPlp
) {
1814
if (_metaData[i].metaType.
IsPlp
) {
1967
if ((mt.
IsPlp
) &&
2100
Debug.Assert(_metaData[i].metaType.
IsPlp
, "GetCharsFromPlpData called on a non-plp column!");
3557
if ((_lastColumnWithDataChunkRead == _sharedState._nextColumnDataToRead) && (_metaData[_lastColumnWithDataChunkRead].metaType.
IsPlp
)) {
3589
if ((metaType.IsLong) || (metaType.
IsPlp
) || (metaType.SqlDbType == SqlDbType.Udt) || (metaType.SqlDbType == SqlDbType.Structured)) {
3634
if ((_sharedState._nextColumnHeaderToRead > 0) && (_metaData[_sharedState._nextColumnHeaderToRead - 1].metaType.
IsPlp
)) {
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
557
maxLength = (metaType.IsSizeInCharacters && !metaType.
IsPlp
) ? (0x7fffffff / 2) : 0x7fffffff;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
351
XmlSchemaCollectionDatabase, XmlSchemaCollectionOwningSchema, XmlSchemaCollectionName, mt.
IsPlp
, _udtType);
1577
if (!mt.
IsPlp
) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (26)
3549
if (rec.metaType.
IsPlp
) {
3798
if ((sharedState._nextColumnHeaderToRead > 0) && (metadata[sharedState._nextColumnHeaderToRead - 1].metaType.
IsPlp
)) {
4326
if (col.metaType.IsLong && !col.metaType.
IsPlp
) {
4641
if (col.metaType.IsLong && !col.metaType.
IsPlp
) {
4738
if (!TryReadSqlValue(data, md, md.metaType.
IsPlp
? (Int32.MaxValue) : (int)len, stateObj,
4915
if (md.metaType.
IsPlp
) {
4923
Debug.Assert(!md.metaType.
IsPlp
, "Plp types must be handled using SkipPlpValue");
4963
if (mt.
IsPlp
) {
5299
bool isPlp = md.metaType.
IsPlp
;
6743
if (_isYukon && colmeta.metaType.
IsPlp
) {
8346
if (mt.
IsPlp
) {
8426
else if (mt.
IsPlp
) {
9363
if (md.metaType.IsLong && !md.metaType.
IsPlp
) {
9519
if (metatype.
IsPlp
&& (metatype.NullableType != TdsEnums.SQLUDT || metatype.IsLong)) {
9925
if (type.
IsPlp
&& ((actualLength > 0) || isDataFeed)) {
9971
if (type.
IsPlp
) {
10023
if (type.
IsPlp
) {
10042
if (type.
IsPlp
) {
10537
Debug.Assert(type.
IsPlp
,"Stream assigned to non-PLP was not converted!");
10541
if (type.
IsPlp
) {
10589
Debug.Assert(type.
IsPlp
, "Stream assigned to non-PLP was not converted!");
10599
if (type.
IsPlp
) {
10618
Debug.Assert(type.
IsPlp
, "Stream assigned to non-PLP was not converted!");
10628
if (type.
IsPlp
) {
11069
if (type.
IsPlp
) {
11079
else if (type.
IsPlp
) {