DatabaseUpdateDescendants(String, DataTable, String, String, String, String, Guid, String, Boolean) Method
Namespace: Centralpoint.UtilitiesAssembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
public static void UpdateDescendants(
string connectionString,
DataTable table,
string pathField,
string path,
string parentIdField,
string idField,
Guid id,
string systemNameField,
bool setModifyDate
)
Public Shared Sub UpdateDescendants (
connectionString As String,
table As DataTable,
pathField As String,
path As String,
parentIdField As String,
idField As String,
id As Guid,
systemNameField As String,
setModifyDate As Boolean
)
Parameters
- connectionString String
-
- table DataTable
-
- pathField String
-
- path String
-
- parentIdField String
-
- idField String
-
- id Guid
-
- systemNameField String
-
- setModifyDate Boolean
-