Click or drag to resize
BaseInfoGetObject Method
Gets the object by specified where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected BaseInfo GetObject(
	IWhereCondition where,
	bool includeTypeCondition = true
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition
includeTypeCondition (Optional)
Type: SystemBoolean
If true, the type condition is included, otherwise selects all data from the data source

Return Value

Type: BaseInfo
See Also