[Missing <summary> documentation for "M:Caisis.DataAccess.LookupCodeDa.RemoveChildCodes(System.Int32,System.String[])"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public void RemoveChildCodes(
	int parentLookupId,
	string[] childLookupCodeList
)
Visual Basic
Public Sub RemoveChildCodes ( 
	parentLookupId As Integer,
	childLookupCodeList As String()
)
Visual C++
public:
void RemoveChildCodes(
	int parentLookupId, 
	array<String^>^ childLookupCodeList
)

Parameters

parentLookupId
Type: System..::..Int32

[Missing <param name="parentLookupId"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.RemoveChildCodes(System.Int32,System.String[])"]

childLookupCodeList
Type: array<System..::..String>[]()[][]

[Missing <param name="childLookupCodeList"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.RemoveChildCodes(System.Int32,System.String[])"]

See Also