I need to pass in a DataColumn to a method. How can I get the datacolumn of the EntityField?
Eg, something like this would be good, or like it at least:
DataColumn ABC = Customer.CustomerID.Column
Thanks, Ian
You may create your own DataColumn and copy the value from the EntityField.