-
Notifications
You must be signed in to change notification settings - Fork 2
getTable
Aaron Hall edited this page Aug 3, 2021
·
2 revisions
public ITable getTable(String id)
Get a ITable
based on table identifier.
TNMStagingCSharp.Src.Staging.Staging staging = TNMStagingCSharp.Src.Staging.Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.IsNotNull(staging.getTable("extension_bdi"));
Assert.AreEqual("Extension", staging.getTable("extension_bdi").getName());
Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications