f5468d019f08a899435af4f06481c88e02156ba8
Add MapOrdinal method to the IDataTransformer interface and provide a default implementation in DataTransformerBase. This enables transformers to report the mapping between transformed ordinals and source ordinals, supporting use cases like computed columns which return -1 to indicate no source ordinal. - Add MapOrdinal(int, IDataReader) to IDataTransformer interface - Add virtual MapOrdinal implementation in DataTransformerBase - Add DataTransformerBaseTests with test for default behavior
Description
No description provided
Languages
C#
68%
HTML
15.8%
TypeScript
8%
JavaScript
4.8%
TSQL
3%
Other
0.4%