| ITableReaderGetTables Method |
Reads the content as a table
Namespace: FlexRule.Decisions.Tables.ReadersAssembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
SyntaxIIterable<ITable> GetTables(
IRuleSet ruleSet = null,
string baseFolder = null
)
Parameters
- ruleSet (Optional)
- Type: FlexRule.Core.ModelIRuleSet
RuleSet reference to load the dependencies from - baseFolder (Optional)
- Type: SystemString
Base folder address to load the rest of dependencies from
Return Value
Type:
IIterableITable
Remarks
Only one of ruleSet or baseFolder can be used, or both can be null which means no dependencies will be resolved at execution plan creation.
See Also