Active Query Builder 2 .NET Edition reference
GetDatabaseNames Method



Determines the current database connection and SQL syntax.
Defines the server name to retrieve the list of databases for.
Gets list of database names available within the current connection.
Syntax
'Declaration
 
Public Shared Function GetDatabaseNames( _
   ByVal sqlContext As BaseSQLContext, _
   ByVal parentName As System.String _
) As System.Collections.Generic.IList(Of String)
'Usage
 
Dim sqlContext As BaseSQLContext
Dim parentName As System.String
Dim value As System.Collections.Generic.IList(Of String)
 
value = MetadataNamesFetcher.GetDatabaseNames(sqlContext, parentName)
public static System.Collections.Generic.IList<string> GetDatabaseNames( 
   BaseSQLContext sqlContext,
   System.string parentName
)
public: static System.Collections.Generic.IList<string*>* GetDatabaseNames( 
   BaseSQLContext* sqlContext,
   System.string* parentName
) 

Parameters

sqlContext
Determines the current database connection and SQL syntax.
parentName
Defines the server name to retrieve the list of databases for.
See Also

Reference

MetadataNamesFetcher Class
MetadataNamesFetcher Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback