I'm using Simple.Data.Ado.Schema.Column
to get the schema for the columns in my SQL Server database. But from browsing around the classes and going into the source code, it seems Simple.Data
does not query for the IS_NULLABLE
value.
Is there any way to retrieve from Simple.Data
if a column is nullable or not? If not then I will probably need to modify the source code to include that info as well.