The SchemaObjectBase type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines if another table is the same as this table.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFormatFullName
Formats the full name.
Public methodGetHashCode
Returns a HashCode based on the database and name of the table.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Allows the object to be refreshed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

Properties

  NameDescription
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
Public propertyDateCreated
Returns the date this table was created.
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
Public propertyDescription
The description of the object.
Public propertyExtendedProperties
Used to store any additional information about the schema object.
Public propertyFullName
Returns the owner and name of the table.
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.

See Also