|
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; }
Public Property JoinTableName As String
Get
Set
Request Example
View SourceProperty Value
Type:
String[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.Association.JoinTableName"]
See Also