[This is preliminary documentation and is subject to change.]

Gets the like string from the like boolean

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetLikeString(
	bool isLikeVal
)
Visual Basic (Declaration)
Protected Function GetLikeString ( _
	isLikeVal As Boolean _
) As String
Visual C++
protected:
String^ GetLikeString(
	bool isLikeVal
)

Parameters

isLikeVal
Type: System..::.Boolean

Return Value

The like string for the database

See Also