DbTableInfo Class

System.Data.Generic

DbTableInfo Class
Obtains information about the tables of a database.
Inheritance Hierarchy
SystemObject  System.Data.Generic.SchemaDbTableInfo

Namespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public sealed class DbTableInfo
Public NotInheritable Class DbTableInfo
public ref class DbTableInfo sealed
[<SealedAttribute>]
type DbTableInfo =  class end

The DbTableInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbTableInfo
Returns a new instance of the DbTableInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of the DbTableInfo class.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldColumns
Returns a list of database columns, belonging to the table.
Public fieldKeyColumnIndex
Index of the key column.
Public fieldTableName
Name of the data table.
Top
Remarks