Skip to content

supershowwei/sqltabledependency.samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqltabledependency.samples

  • Model and properties with same name of table and columns.
  • Code First Data Annotations to map model with database table.
  • Custom map between model property and table column using ModelToTableMapper<T>.
  • Specify for which properties we want receive notifications using IList<string>.
  • Specify for which properties we want receive notification using UpdateOfModel<T> mapper.
  • Filter notification by operation type.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages