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