I have one requirement. I have my data transform in my work class. How can I call the data transform which is in data class
Please suggest me
I have one requirement. I have my data transform in my work class. How can I call the data transform which is in data class
Please suggest me
You can directly call the Data Transform by mentioning the class of the Data Transform(Class where data transform is present) followed by . and name of the data transform.
@Chandra Kanth Burra
Thanks for the quick response. It is working.