DbDataSource.Contains Method | |
Determines whether the IList contains a specific value.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax VIRTUAL METHOD Contains(
oValue AS Object
) AS LOGIC
public virtual bool Contains(
Object oValue
)
Request Example
View SourceParameters
- oValue
- Type: Object
Return Value
Type:
Logic if the
Object is found in the
IList; otherwise,
.
Implements
Contains(Object)See Also