C
C#5mo ago
i_umarov

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
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?