Click or drag to resize

DbDataSource.Contains Method

X#
Determines whether the IList contains a specific value.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Contains(
	oValue AS Object
) AS LOGIC
Request Example View Source

Parameters

oValue
Type: Object

Return Value

Type: Logic
if the Object is found in the IList; otherwise, .

Implements

Contains(Object)
See Also