You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CreateDataTable method should configure the DataColumn.DataType properties using System.Data.SqlTypes rather than .NET CLR Types, which involves some ambiguity and assumptions that serve no useful purpose.
The README documentation should also reflect this preference in the section showing how to add custom property columns.
Could probably be implemented alongside feature request #130.
The text was updated successfully, but these errors were encountered:
MV10
changed the title
Use System.Data.SqlTypes for column types instead of .NET Types
Use System.Data.SqlDbType enums for column types instead of .NET Types
Oct 10, 2018
The CreateDataTable method should configure the
DataColumn.DataType
properties usingSystem.Data.SqlTypes
rather than .NET CLR Types, which involves some ambiguity and assumptions that serve no useful purpose.The README documentation should also reflect this preference in the section showing how to add custom property columns.
Could probably be implemented alongside feature request #130.
The text was updated successfully, but these errors were encountered: