Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Customer
Project
DataAccess
NHibernateHelpers
StringToVarCharPropertyConvention
C# Class Customer.Project.DataAccess.NHibernateHelpers.StringToVarCharPropertyConvention
Ensures that all of our strings are stored as varchar instead of nvarchar. Map to varchar to substantially improve the performance of queries.
Inheritance:
IPropertyConvention
Afficher le fichier
Open project: atosorigin/AtosMvcStarterKit
Méthodes publiques
Méthode
Description
Apply
(
IPropertyInstance
instance
) :
void
Method Details
Apply()
public
méthode
public
Apply
(
IPropertyInstance
instance
) :
void
instance
IPropertyInstance
Résultat
void