The procedure for removing child relations

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool RemoveChildrenProcedure(
	IField ownerIDField,
	List<IField> targetUniqueIDFields
)
Visual Basic
Function RemoveChildrenProcedure ( _
	ownerIDField As IField, _
	targetUniqueIDFields As List(Of IField) _
) As Boolean
Visual C++
bool RemoveChildrenProcedure(
	IField^ ownerIDField, 
	List<IField^>^ targetUniqueIDFields
)

Parameters

ownerIDField
Type: Cartella.Interfaces..::..IField
Owner Folio ID
targetUniqueIDFields
Type: System.Collections.Generic..::..List<(Of <(<'IField>)>)>
List of child Folio IDs to remove

Field Value

Boolean

Return Value

True if successful

See Also