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