MindFusion WinForms Programmer's Guide
BoundProperty.ManyToManyTable Property
See Also
 





Gets or sets the name of the associated many-to-many table.

Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string ManyToManyTable { get; set; }

Visual Basic  Copy Code

Public Property ManyToManyTable As String

 Property Value

A string value specifying the name of the related table.

 Remarks

Only valid if the property is of type ManyToMany.

 See Also

BoundProperty Members
BoundProperty Class
MindFusion.Scheduling.DataBinding Namespace