Shunde.NET Framework Class Library

DBTable Members

DBTable overview

Public Instance Constructors

DBTable Constructor Creates a new DBTable with the specified Name and columns

Public Instance Properties

ColumnsThe columns that make up the Table
NameThe Name of the Table
ObjectInfo The object info corresponding to this Table
UniqueIndexColumnsA comma separated list of columns that, held together, need to be unique

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

DBTable Class | Shunde.Framework Namespace