The TabularObject type exposes the following members.

Constructors

  NameDescription
Public methodTabularObject
Initializes a new instance of the TabularObject class

Methods

  NameDescription
Public methodEquals
Determines if another table is the same as this table.
(Inherited from SchemaObjectWithOwnerBase.)
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 methodGetData
Gets the data contained within the table.
(Inherited from TabularObjectBase.)
Public methodGetHashCode
Returns a HashCode based on the database and name of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh (Inherited from TabularObjectBase.)
Public methodToString
Returns the name of the table.
(Inherited from SchemaObjectWithOwnerBase.)

Fields

  NameDescription
Protected field_database (Inherited from SchemaObjectBase.)
Protected field_dataObjects (Inherited from TabularObjectBase.)
Protected field_dateCreated (Inherited from SchemaObjectBase.)
Protected field_defaultExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_extendedProperties (Inherited from SchemaObjectBase.)
Protected field_gotExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_owner (Inherited from SchemaObjectWithOwnerBase.)

Properties

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

See Also