DataSet - DataColumn MaxLength

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I create a DataSet in the Visual Studio IDE, how do I specify the
MaxLength of a DataColumn?

Once I specify the MaxLength, I want to bind the DataSet to controls on my
Windows Form (TextBox controls). Will the MaxLength of the bound TextBox
automatically sync with the bound DataColumn? If not, how do I sync the two?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top