CustomDataProviderGetTables Method |
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic List<string> GetTables(
string databaseName,
bool throwError = true
)
Parameters
- databaseName
- Type: SystemString
- throwError (Optional)
- Type: SystemBoolean
Return Value
Type:
ListString
See Also