Gets or sets the name of the associated many-to-many table.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
SyntaxC#
Copy Code
|
|---|
public string ManyToManyTable { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ManyToManyTable As String |
RemarksOnly valid if the property is of type ManyToMany.
See Also