Click or drag to resize

CustomDataProviderGetTables Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<string> GetTables(
	string databaseName,
	bool throwError = true
)

Parameters

databaseName
Type: SystemString
throwError (Optional)
Type: SystemBoolean

Return Value

Type: ListString
See Also