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

Definition

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

Parameters

connection  SqlConnection
 
table  DataTable
 
pathField  String
 
path  String
 
parentIdField  String
 
idField  String
 
id  Guid
 
systemNameField  String
 
setModifyDate  Boolean
 
ancestors  DataTable
 

See Also