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