DatabaseUpdateDescendants(String, DataTable, String, String, String, String, Guid, String, Boolean) Method

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static void UpdateDescendants(
	string connectionString,
	DataTable table,
	string pathField,
	string path,
	string parentIdField,
	string idField,
	Guid id,
	string systemNameField,
	bool setModifyDate
)

Parameters

connectionString  String
 
table  DataTable
 
pathField  String
 
path  String
 
parentIdField  String
 
idField  String
 
id  Guid
 
systemNameField  String
 
setModifyDate  Boolean
 

See Also