creating dataset file(xsd) with field lengths

  • Thread starter Thread starter Nikhil Patel
  • Start date Start date
N

Nikhil Patel

Hi all,
When I create a DataSet file(xsd) based on a Sql Server table in Visual
Studio, the varchar columns get defined as string and does not have any
information about the maximun length the field can hold. Is there anyway I
can get this information in the xsd file without having to enter it manually
for each field?

Thanks.
Nikhil
 
Back
Top