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

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.

See Also

Advanced