Click or drag to resize
EF Visual Editor

AssociationJoinTableName Property

Gets or sets the value of JoinTableName domain property. Optional name of the database table used to join the two end classes for many-to-many associations. If empty, a reasonable default name will be used.

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public string JoinTableName { get; set; }
Request Example View Source

Property Value

Type: String

[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.Association.JoinTableName"]

See Also