7 writes to column
System.Data (7)
fx\src\data\System\NewXml\DataPointer.cs (7)
25
this.
column
= null;
35
this.
column
= pointer.column;
87
this.
column
= pointer.column;
97
this.
column
= null;
108
this.
column
= column;
553
this.
column
= null;
693
this.
column
= null;
52 references to column
System.Data (52)
fx\src\data\System\NewXml\DataPointer.cs (52)
35
this.column = pointer.
column
;
51
if ( this.
column
!= null ) {
87
this.column = pointer.
column
;
158
if (
column
!= null) {
188
if (
column
!= null) {
189
if (fOnValue && !doc.IsTextOnly(
column
))
192
DataColumn c = NextColumn( Row,
column
, false, false );
220
if (
column
!= null) {
221
if (fOnValue && !doc.IsTextOnly(
column
)) {
222
MoveTo( node,
column
, false );
226
if (
column
.ColumnMapping != MappingType.Attribute) {
246
if (
column
!= null) {
247
if (fOnValue || doc.IsTextOnly(
column
) ||
column
.ColumnMapping != MappingType.Attribute)
271
if (
column
== null && node.NodeType == XmlNodeType.Element) {
289
if ((
column
== null ||
column
.ColumnMapping == MappingType.Attribute) && node.NodeType == XmlNodeType.Element) {
316
else if (this.
column
== null) {
322
else if (this.
column
.ColumnMapping == MappingType.Attribute) {
337
}else if (this.
column
== null) {
348
return doc.NameTable.Add(
column
.EncodedColumnName);
360
else if (this.
column
== null) {
367
return doc.NameTable.Add(
column
.Namespace);
379
else if (this.
column
== null) {
440
else if (this.
column
== null) {
456
else if (this.
column
== null) {
459
else if (this.
column
.ColumnMapping == MappingType.Attribute || this.fOnValue) {
462
object value = row[ this.
column
, rowVersion ];
464
return this.
column
.ConvertObjectToXml( value );
481
return col == this.
column
;
492
if (node != null &&
column
== null) {
506
if (node != null &&
column
== null && node.NodeType == XmlNodeType.Attribute) {
518
if (
column
== null)
530
if (doc.IsTextOnly(
column
)) {
534
if (
column
.ColumnMapping == MappingType.Attribute) {
535
n = node.Attributes.GetNamedItem(
column
.EncodedColumnName,
column
.Namespace );
539
if (n.LocalName ==
column
.EncodedColumnName && n.NamespaceURI ==
column
.Namespace)
566
Debug.Assert( this.
column
== null );
570
Debug.Assert( this.
column
== null );
574
Debug.Assert( this.
column
== null );
587
Debug.Assert( this.
column
== null );
591
Debug.Assert( this.
column
== null );
595
Debug.Assert( this.
column
== null );
606
Debug.Assert( this.
column
== null );
625
Debug.Assert( this.
column
== null );
639
Debug.Assert( this.
column
== null );
653
Debug.Assert( this.
column
== null );
667
if ( this.
column
!= null ) {
680
Debug.Assert( ! Convert.IsDBNull( row[ this.
column
, rowVersion ] ) );
683
Debug.Assert( (this.
column
.ColumnMapping == MappingType.SimpleContent) ? (this.fOnValue == true) : true );