The SchemaObjectBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SchemaObjectBase(DatabaseSchema, String) | Initializes a new instance of the SchemaObjectBase class |
![]() | SchemaObjectBase(DatabaseSchema, String, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the SchemaObjectBase class |
![]() | SchemaObjectBase(DatabaseSchema, String, DateTime) | Initializes a new instance of the SchemaObjectBase class |
![]() | SchemaObjectBase(DatabaseSchema, String, DateTime, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the SchemaObjectBase class |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines if another table is the same as this table.
(Overrides Object..::..Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FormatFullName |
Formats the full name.
|
![]() | GetHashCode |
Returns a HashCode based on the database and name of the table.
(Overrides Object..::..GetHashCode()()()().) |
![]() | GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MarkLoaded | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Allows the object to be refreshed.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _database | |
![]() | _dateCreated | |
![]() | _defaultExtendedProperties | |
![]() | _extendedProperties | |
![]() | _gotExtendedProperties |
Properties
Name | Description | |
---|---|---|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
|
![]() | DateCreated |
Returns the date this table was created.
|
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
|
![]() | Description |
The description of the object.
|
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
|
![]() | FullName |
Returns the owner and name of the table.
|
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
|
![]() | SortName |
Gets the name used to sort in 'Table (Owner)' format.
|