47 references to Attribute
System.Data (47)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
583
(column.ColumnMapping == MappingType.
Attribute
) ? "Attribute" :
fx\src\data\System\Data\DataColumn.cs (1)
980
if (Table != null && columnMapping != MappingType.
Attribute
) {
fx\src\data\System\Data\XDRSchema.cs (2)
341
if (column.ColumnMapping == MappingType.
Attribute
) {
417
isAttribute ? MappingType.
Attribute
: MappingType.Element);
fx\src\data\System\Data\XmlDataLoader.cs (5)
383
if (c.Table == row.Table && c.ColumnMapping != MappingType.
Attribute
&& foundColumns[c] == null) {
420
if (c.ColumnMapping == MappingType.
Attribute
&& foundColumns[c] == null) {
518
if (c.ColumnMapping == MappingType.
Attribute
) {
691
if ((c != null) && (c.ColumnMapping == MappingType.
Attribute
)) {
855
if ((c != null) && (c.ColumnMapping == MappingType.
Attribute
)) {
fx\src\data\System\Data\xmlsaver.cs (13)
1122
if (col.ColumnMapping == MappingType.
Attribute
) {
1246
if (col.ColumnMapping == MappingType.
Attribute
&& !col.AllowDBNull ) {
1292
if (col.ColumnMapping == MappingType.
Attribute
&& minOccurs != 0)
1300
if (col.ColumnMapping != MappingType.
Attribute
&& minOccurs != 1)
1368
if (!hasAttributes && (col.ColumnMapping == MappingType.
Attribute
|| col.ColumnMapping == MappingType.Hidden))
1631
if (col.ColumnMapping == MappingType.
Attribute
|| col.ColumnMapping == MappingType.Element || col.ColumnMapping == MappingType.Hidden ) {
1766
if ((fields[k].ColumnMapping == MappingType.
Attribute
) || (fields[k].ColumnMapping == MappingType.Hidden)) {
1825
if ((fields[k].ColumnMapping == MappingType.
Attribute
) || (fields[k].ColumnMapping == MappingType.Hidden)) {
1899
if ((fields[k].ColumnMapping == MappingType.
Attribute
) || (fields[k].ColumnMapping == MappingType.Hidden)) {
2194
if ((row.Table.Columns[colNum].ColumnMapping == MappingType.
Attribute
) ||
2219
case MappingType.
Attribute
:
2567
if (col.columnMapping == MappingType.
Attribute
)
2604
if (((value != DBNull.Value) && (!col.ImplementsINullable || !DataStorage.IsObjectSqlNull(value)))&&(col.columnMapping != MappingType.
Attribute
)){
fx\src\data\System\Data\XMLSchema.cs (5)
1005
bool _attribute = (col.ColumnMapping == MappingType.
Attribute
) || (col.ColumnMapping == MappingType.Hidden);
1493
if (dc.ColumnMapping == MappingType.
Attribute
) {
1960
if (column.ColumnMapping != MappingType.
Attribute
)
1970
column = new DataColumn(columnName, type, null, MappingType.
Attribute
); // this is to fix issue with Exception we used to throw for old inference engine if column
1977
column = new DataColumn(columnName, type, null, MappingType.
Attribute
);
fx\src\data\System\NewXml\DataPointer.cs (7)
125
if (!doc.IsNotMapped( c ) && (c.ColumnMapping == MappingType.
Attribute
) == fAttribute && (fNulls || ! Convert.IsDBNull( row[c, rowVersion] ) ) )
226
if (column.ColumnMapping != MappingType.
Attribute
) {
247
if (fOnValue || doc.IsTextOnly(column) || column.ColumnMapping != MappingType.
Attribute
)
289
if ((column == null || column.ColumnMapping == MappingType.
Attribute
) && node.NodeType == XmlNodeType.Element) {
322
else if (this.column.ColumnMapping == MappingType.
Attribute
) {
459
else if (this.column.ColumnMapping == MappingType.
Attribute
|| this.fOnValue) {
534
if (column.ColumnMapping == MappingType.
Attribute
) {
fx\src\data\System\NewXml\DataSetMappper.cs (1)
146
if ( node.NodeType == XmlNodeType.Attribute && mt == MappingType.
Attribute
)
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
618
if ( col.ColumnMapping == MappingType.
Attribute
) {
1332
if (col.ColumnMapping == MappingType.
Attribute
) {
fx\src\data\System\NewXml\XPathNodePointer.cs (10)
161
else if (this._column.ColumnMapping == MappingType.
Attribute
) {
296
else if (this._column.ColumnMapping == MappingType.
Attribute
|| this._fOnValue) {
520
if (!_doc.IsNotMapped( c ) && (c.ColumnMapping == MappingType.
Attribute
) == fAttribute && ! Convert.IsDBNull( row[c, rowVersion] ) )
540
if (!_doc.IsNotMapped( c ) && (c.ColumnMapping == MappingType.
Attribute
) == fAttribute && !Convert.IsDBNull( row[c, rowVersion] ) )
556
if ((_column == null || _column.ColumnMapping == MappingType.
Attribute
) && _node.NodeType == XmlNodeType.Element) {
588
if ( _column != null && _column.ColumnMapping != MappingType.
Attribute
)
676
Debug.Assert( _column.ColumnMapping != MappingType.
Attribute
&& _column.ColumnMapping != MappingType.Hidden );
813
if ( _column.ColumnMapping == MappingType.
Attribute
|| _column.ColumnMapping == MappingType.Hidden )
847
if ( _column.ColumnMapping == MappingType.
Attribute
|| _column.ColumnMapping == MappingType.Hidden )
1163
if (_column.ColumnMapping == MappingType.
Attribute
) {