DataSet, DataTable from System library doesn't generate nullable attribute.
In System. Data. Common has a DataSet, when you call api Dataset.GenerateXmlSchema(), it generates XSD file with elements and type attributes, but it doesn't add "nilable" attribute to the xml elements. Is there other ways to generate xsd file from postgreSQL Database with appropriate attributes?
0 Replies