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