xSQL.Schema.SqlServer Namespace : SqlDatabaseCollection Class |
The following tables list the members exposed by SqlDatabaseCollection.
Name | Description | |
---|---|---|
![]() | SqlDatabaseCollection Constructor | Initializes a new instance of the SqlDatabaseCollection class. |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | Item | Overridden. Gets the SqlDatabase element with the specified name. |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | AddRange | Adds the items from otherCollection to this collection. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlDatabase>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | Contains | Overloaded. Overridden. Indicates whether the collection contains a database with the specified name. |
![]() | CopyFrom | Overloaded. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlDatabase>) |
![]() | CopyTo | Overloaded. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlDatabase>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | GetItemById | Returns the element with the specified id. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlDatabase>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<SqlDatabase>) |
![]() | ToString | Returns a string that contains collection elements formatted as comma-separated values. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlDatabase>) |