Click or drag to resize

DataObjectLoadOptionsBaseSetSearchString Method

Sets the value of SearchString unless the provided value is empty and leaveIfEmpty=true.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void SetSearchString(
	string searchString,
	bool leaveIfEmpty
)

Parameters

searchString
Type: SystemString
leaveIfEmpty
Type: SystemBoolean
See Also