C# Class Neddle.Data.Sql.Configuration.ForeignKeyConvention

Represents the foreign key convention used in persistent storage.
Inheritance: FluentNHibernate.Conventions.ForeignKeyConvention
Mostrar archivo Open project: kcargile/neddle

Protected Methods

Method Description
GetKeyName ( Member property, Type type ) : string

Builds the key name.

Method Details

GetKeyName() protected method

Builds the key name.
protected GetKeyName ( Member property, Type type ) : string
property Member The property.
type System.Type The type.
return string