'Declaration
Public Enum MappingType Inherits System.Enum
public enum MappingType : System.Enum
'Declaration
Public Enum MappingType Inherits System.Enum
public enum MappingType : System.Enum
Member | Description |
---|---|
Attribute | The column is mapped to an XML attribute. |
Element | The column is mapped to an XML element. |
Hidden | The column is not mapped to XML. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Data.MappingType