Skip to content

Is possible to configure different DbType for a column for different database (or IDataProvider) #4499

Answered by MaceWindu
alexey-leonovich asked this question in Q&A
Discussion options

You must be logged in to vote

You can use multiple mapping attributes with different Configuration, which should contain connection name (or at least provider name):

[Column(DataType = DataType.Decimal, Configration = "MySqlCeConnection")]
[Column(DataType = DataType.Double, Configration = "MySQLiteConnection")]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexey-leonovich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants