ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLQualifiedName Class |
The following tables list the members exposed by SQLQualifiedName.
Name | Description | |
---|---|---|
QualifiedName | Gets qualified name string (may be quoted or not quoted according the SQL Context settings). | |
QualifiedNameForServer | Gets the qualified name string built by rules of the SQL Builder for direct execution against database server (used internally). | |
QualifiedNameWithoutQuotes | Gets unquoted qualified name string. | |
QualifiedNameWithQuotes | Gets quoted qualified name string. |
Name | Description | |
---|---|---|
AddName | Overloaded. Adds identifier to the right side of the qualified name. | |
AddPrefix | Overloaded. Adds identifier to the left side of the qualified name. | |
ExtractName | Extracts (removes and returns) an identifier from the right side of the qualified name. | |
ExtractPrefix | Extracts (removes and returns) an identifier from the left side of the qualified name. | |
IsNullOrEmpty | ||
RemoveFirstPrefix | Removes and disposes an identifier from the left side of the qualified name. | |
RemoveLastName | Removes and disposes an identifier from the right side of the qualified name. | |
StartsWith | Determines if the SQL qualified name starts with the specified set of identifiers. | |
ToString | Returns string representation of the object (same as the QualifiedName property). |