Click or drag to resize

CustomDataProviderGetColumns Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<string> GetColumns(
	string databaseName,
	string tableName
)

Parameters

databaseName
Type: SystemString
tableName
Type: SystemString

Return Value

Type: ListString
See Also