jhoek / UncommonSense.CBreeze

C#/PowerShell API for the Dynamics NAV C/AL object text format
MIT License
6 stars 4 forks source link

Instead of a generic SubObjects scriptblock parameter, should we have specialized parameters? #97

Closed jhoek closed 6 years ago

jhoek commented 7 years ago
Page 50000 Foo `
    -SourceTable 18 `
    -SourceTableViewFilters {
        TableFilter City Const 'Amsterdam'
    }

Allows for stricter type checking of scriptblock results (Cast instead of TypeOf).

jhoek commented 6 years ago

Nope, too expensive, and will break the DSL-nature of existing approach.