DbSchema Class

System.Data.Generic

DbSchema Class
Obtains information about the tables and columns of a database.
Inheritance Hierarchy
SystemObject  System.Data.Generic.SchemaDbSchema

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 DbSchema
Public NotInheritable Class DbSchema
public ref class DbSchema sealed
[<SealedAttribute>]
type DbSchema =  class end

The DbSchema type exposes the following members.

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 that represents the current object.
(Inherited from Object.)
Top
Remarks