EntityField as DataColumn?

Posts   
 
    
ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 24-Jan-2007 05:05:15   

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

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 24-Jan-2007 07:53:27   

You may create your own DataColumn and copy the value from the EntityField.