ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLQualifiedNameList Class |
For a list of all members of this type, see SQLQualifiedNameList members.
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds SQL qualified name to the end of the list. |
![]() | AddIdentifier | Overloaded. Creates single SQL qualified name from identifier and adds it to the end of the list. |
![]() | Clear | Clears the list. |
![]() | Contains | Determines whether the list contains a specific SQL qualified name. |
![]() | CopyTo | Copies the elements of the list to an array, starting at a particular array index. |
![]() | Extract | Removes and returns the SQL qualified name from the list. |
![]() | FindByName | Overloaded. Gets the index of the specified SQL quailfied name. |
![]() | First | Gets the first SQL qualified name in the list. |
![]() | GetEnumerator | |
![]() | IndexOf | Determines the index of a specific SQL qualified name in the list. |
![]() | Insert | Inserts SQL qualified name to the list at the specified index. |
![]() | Last | Gets the last SQL qualified name in the list. |
![]() | Move | Moves the SQL qualified name at the specified index to a new location in the list. |
![]() | Remove | Removes and disposes the SQL qualified name from the list. |
![]() | RemoveAt | Removes and disposes the SQL qualified name from the list at specified index. |
![]() | SortByNames | Sorts the SQL qualified names in the list by comparing the identifiers of SQL qualified names from left to right. |