Gets or sets the name of the associated many-to-many table.
Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public string ManyToManyTable { get; set; } |
Visual Basic Copy Code |
---|
Public Property ManyToManyTable As String |
A string value specifying the name of the related table.
Only valid if the property is of type ManyToMany.