M
Michael Maes
Hi,
How do you set the settings (like MaxLength, ReadOnly, DefaultValue, ....) in a DataColumn of a Typed Dataset.
I know you can do this in Run-Time (eg: dataset.datatable.datacolumn.MaxLength = 4) but I want to do this in the XSD Schema-Designer (or XML-file)
Thanks for any hint,
Michael
How do you set the settings (like MaxLength, ReadOnly, DefaultValue, ....) in a DataColumn of a Typed Dataset.
I know you can do this in Run-Time (eg: dataset.datatable.datacolumn.MaxLength = 4) but I want to do this in the XSD Schema-Designer (or XML-file)
Thanks for any hint,
Michael