I'm a little confused, perhaps I'm misunderstanding your question. In C# or VB there aren't "currency" or "money" types, there's only decimal or float. If you need to determine the underlying physical data type of a column though you can do this:
Code:
Employee emp = new Employee();
emp.es.Meta.Columns["FirstName"].Type;
Does this help?
EntitySpaces |
Twitter |
BLOG | Please honor our Software License