DBDriverBaseGetAllSynonymNames Method |
Gets all synonym names (with the target type, if applicable) in the schema in the catalog specified in the database system connected through
the specified connection elements set.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public virtual List<SynonymElementName> GetAllSynonymNames(
string catalogName,
string schemaName
)
Public Overridable Function GetAllSynonymNames (
catalogName As String,
schemaName As String
) As List(Of SynonymElementName)
Parameters
- catalogName
- Type: SystemString
Name of the catalog. - schemaName
- Type: SystemString
Name of the schema.
Return Value
Type:
ListSynonymElementNameList of all the synonym names in the schema in the catalog specified. By default it returns an empty list.
See Also