TableReader Class

Represents the data in a table.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Common.TableReader

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Common
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Class TableReader _
    Implements IDisposable
'Usage
Dim instance As TableReader
public class TableReader : IDisposable
public ref class TableReader : IDisposable
type TableReader =  
    class
        interface IDisposable
    end
public class TableReader implements IDisposable

The TableReader type exposes the following members.

Properties

  Name Description
Public property Columns Gets the column names associated with this table.
Public property Data Gets or sets the data for the given table.
Public property HasIdentity Gets or sets a value that indicates whether the table has at least one identity column.
Public property TableName Gets the table name of the specified TableReader object.

Top

Methods

  Name Description
Public method Dispose() Releases all resources used by the current instance of the TableReader class.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the TableReader class and optionally releases the managed resources.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Common Namespace