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