MetaChildrenColumn.IsManyToMany Property

.NET Framework (current version)
 

Gets a value that indicates the many-to-many relationship status of the column.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract IsManyToMany : bool with get
override IsManyToMany : bool with get

Property Value

Type: System.Boolean

true if the column relationship is many-to-many; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: