|
TablesFindByMapName Method
|
Finds table by mapped named.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax Public Function FindByMapName (
mapName As String
) As Table
function FindByMapName(mapName);
View SourceParameters
- mapName String
- Mapped table name.
Return Value
TableTable with mapped name.
See Also