This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
[]
public class SXMLDataTable
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class SXMLDataTable

The type exposes the following members.

Public Constructors

  Name Description
Public method SXMLDataTable Overloaded.

Protected Constructors

  Name Description
Protected method SXMLDataTable Overloaded.

Public Methods

  Name Description
Public method Static member AddBinaryData Overloaded.
Public method Append Overloaded.
Public method Static member CanWrap Overloaded.
Public method Copy Overloaded.
Public method Static member Create Overloaded.
Public method Static member CreateFromBinary
Creates a wrapping DataTable from binary data.
Public method Equals (Inherited from Object.)
Public method Static member GetBinaryData Overloaded.
Public method GetFieldDataType
Gets the type of the specified column.
Public method GetFieldName
Gets the name of the field.
Public method GetFieldOrdinal
Returns the index of the named field.
Public method GetFieldType
Gets the type of the specified column.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member IsBinaryData
Determines whether the specified data table is Binary Data formatted.
Public method Static member Join Overloaded.
Public method Static member RemoveDuplicates Overloaded.
Public method Sort
Sorts the DataTable on the specified sort column.
Public method ToString Overloaded.
Public method ToXml
Gets an XML representation of the DataTable.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property FieldCount
Gets the field count.
Public property Fields
Gets the fields in the underlying data structure.
Public property HasTable
Indicates whether this instance has a table.
Public property IsValid
Gets a value indicating whether this instance is valid.
Public property Reader
Gets the data reader.
Public property RowCount
Gets the row count.
Public property Table
Gets the data table.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ISerializable..::..GetObjectData
Gets the object data.

See Also

Advanced