Last active
September 29, 2021 08:13
-
-
Save KangDroid/f1427fe085fdee1ee4a814c12f7e2b8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 이렇게 간단하게 비클러스터형 인덱스를 새로 만들 수 있습니다! | |
modelBuilder.Entity<채팅_메시지_모델>() | |
.HasIndex(a => a.인덱스를_걸_프로퍼티) | |
.IncludeProperties(a => new { a.데이터를_포함할_열들 }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment