Important
You may want to see if this will break for on-premise or earlier versions of D365. This adds a new property of the table metadata to be returned called TableType. I'm not sure when this was introduced but it's necessary in order to determine if the table is Elastic or not. The other option would be to set AllProperties == true on the call to get the table metadata.
Important You may want to see if this will break for on-premise or earlier versions of D365. This adds a new property of the table metadata to be returned called
TableType
. I'm not sure when this was introduced but it's necessary in order to determine if the table isElastic
or not. The other option would be to setAllProperties == true
on the call to get the table metadata.Fixes #20