ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLQualifiedNameList Class |
The following tables list the members exposed by SQLQualifiedNameList.
Name | Description | |
---|---|---|
SQLQualifiedNameList Constructor | Initializes a new instance of the SQL qualified names list. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the list. | |
IsReadOnly | Gets a value indicating whether the list is read-only. | |
Item | Gets or sets the SQL qualified name in the list at the specified index. | |
SQLContext | Gets the SQL Context for the SQL qualified names in the list. |
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. |