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 methods.

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.)

Explicit Interface Implementations

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

See Also

Advanced