Click or drag to resize
SqlHelperGetSafeOwner Method
Returns safe string representing DB owner.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetSafeOwner(
	string owner
)

Parameters

owner
Type: SystemString
DB Owner

Return Value

Type: String
See Also