Click or drag to resize
FullNameInfoObjectCollection<TInfo>.GetNameWhereCondition Method
Gets the where condition for the given object name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public override IWhereCondition GetNameWhereCondition(
	string name
)

Parameters

name
Type: System.String
Object name

Return Value

Type: IWhereCondition
See Also