Click or drag to resize

RelationOneToManyFrom, ToRemoveRelationTo Method

Removes relation to a To object. Removed from "many" collection.

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool RemoveRelationTo(
	To to
)

Parameters

to
Type: To
To object to be removed.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.TypeInfo.RelationOneToMany`2.RemoveRelationTo(`1)"]

See Also