MappingType serializable

MappingType serializable

System.Data (system.data.dll) enum

This enumeration specifies the DataColumn.ColumnMapping property, which determines how a column's value is written when the DataSet.WriteXml( ) method is called. Each column can be mapped to an element ( Element ), which is the default; an attribute of the row element ( Attribute ); omitted ( Hidden ); or set to a text node within the element ( SimpleContent ). There can be only one SimpleContent column in a table.

 public enum  MappingType  {  Element = 1  ,  Attribute = 2  ,  SimpleContent = 3  ,  Hidden = 4  } 

Hierarchy

System.Object figs/u2192.gif System.ValueType figs/u2192.gif System.Enum(System.IComparable, System.IFormattable , System.IConvertible) figs/u2192.gif MappingType

Returned By

DataColumn.ColumnMapping

Passed To

DataColumn.{ColumnMapping , DataColumn( )}



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net