get length of a field
Posted: Mon 26 Oct 2009 14:05
Hello,
I need to get the length of a field to limit the size of the user input to the spezific length of the field.
example
context = new Sivasdatacontext();
var query = from it in context.Parts
select it;
Parts comes with Name i need to know which length this column has in the DB
How can I do this?
thx
Paul
I need to get the length of a field to limit the size of the user input to the spezific length of the field.
example
context = new Sivasdatacontext();
var query = from it in context.Parts
select it;
Parts comes with Name i need to know which length this column has in the DB
How can I do this?
thx
Paul