dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumericRange Class / ContainsElement Method
The value to check.

ContainsElement Method (PgSqlNumericRange)
Determines whether the specified value is contained by the range.
Syntax
'Declaration
 
Public Overrides Function ContainsElement( _
   ByVal element As Decimal _
) As Boolean
 

Parameters

element
The value to check.

Return Value

true if the range contains the specified value; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also