Skip to:
Document effect of quoted identifier on case sensitivity.
By default, NHibernate considers that columns names differing only by case identify the same column. This notably impacts schema generation.
Quoting column names disable this: two quoted names differing only by case are considered as identifying two distinct columns.
Document effect of quoted identifier on case sensitivity.
By default, NHibernate considers that columns names differing only by case identify the same column. This notably impacts schema generation.
Quoting column names disable this: two quoted names differing only by case are considered as identifying two distinct columns.