Skip to content

Instantly share code, notes, and snippets.

@KangDroid
Last active September 29, 2021 08:13
Show Gist options
  • Save KangDroid/f1427fe085fdee1ee4a814c12f7e2b8d to your computer and use it in GitHub Desktop.
Save KangDroid/f1427fe085fdee1ee4a814c12f7e2b8d to your computer and use it in GitHub Desktop.
// 이렇게 간단하게 비클러스터형 인덱스를 새로 만들 수 있습니다!
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