DBObject
|
The DBObjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DBObjectCollection | Default constructor for the DBObjectCollection class. Creates an empty collection. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Represents the number of elements that this collection currently stores. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Item | Property that represents an item from the collection at the specified index. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a database object to the collection. | |
| Clear | Clears this collection of database objects. | |
| Contains | Checks whether this collection contains a database object that matches the specified object. | |
| CopyTo | Copies the entire collection to the array starting at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Overrides DisposableWrapperDeleteUnmanagedObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns the enumerator for this database object collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns the index of the database object in the collection that matches the specified database object. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified database object to the collection at the provided index. | |
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| Remove | Removes the database object that matches the specified database object from the collection. | |
| RemoveAt | Removes the database object from the collection at the specified index. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |