Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ForSqlServer... ForSqlite... methods for relational concepts #8600

Merged
merged 1 commit into from
May 26, 2017

Conversation

ajcvickers
Copy link
Contributor

Part of #7166

Code can instead use

if (Database.IsSqlServer())
{
    modelBuilder.HasColumnName("MySqlServerName");
}

Part of #7166

Code can instead use
```C#
if (Database.IsSqlServer())
{
    modelBuilder.HasColumnName("MySqlServerName");
}
```
@ajcvickers ajcvickers force-pushed the NotForYouMrGrumpy0525 branch from f134465 to 747c865 Compare May 26, 2017 17:46
@ajcvickers ajcvickers merged commit 747c865 into dev May 26, 2017
@smitpatel smitpatel deleted the NotForYouMrGrumpy0525 branch May 26, 2017 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants