RelationDeleteOrphanData(String, String) Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("DeleteOrphanData without a RelationId is deprecated because it does not delete data that exists but should not be in the relation.")]
public static void DeleteOrphanData(
	string tableName,
	string connectionString
)

Parameters

tableName  String
 
connectionString  String
 

See Also