Responder Developer Guide
DbCompare Class Methods


Version: 10.2.1a

Resource Center Home

For a list of all members of this type, see DbCompare members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CompareCompares two values and returns a value indicating whether one is less than, equal to or greater than the other in a type-agnotic and null/DBNull aware manner.  
Public Methodstatic (Shared in Visual Basic)IsEqualIndicates whether two values are equivalent.  
Public Methodstatic (Shared in Visual Basic)IsEqualTextCompares two specified objects as strings, ignoring or honoring their case.  
Public Methodstatic (Shared in Visual Basic)IsGreaterThanIndicates whether the first value is greater than the second value.  
Public Methodstatic (Shared in Visual Basic)IsGreaterThanOrEqualIndicates whether the first value is greater than or equal to the second value;  
Public Methodstatic (Shared in Visual Basic)IsInSetOverloaded. Indicates whether a value is equivalent to at least one of a set of expected values.  
Public Methodstatic (Shared in Visual Basic)IsLessThanIndicates whether the first value is less than the second value.  
Public Methodstatic (Shared in Visual Basic)IsLessThanOrEqualIndicates whether the first value is less than or equal to the second value;  
Public Methodstatic (Shared in Visual Basic)IsNotEqualIndicates whether two values are not equivalent.  
Public Methodstatic (Shared in Visual Basic)IsNotNullIndicates whether a value is not either null or DBNull.  
Public Methodstatic (Shared in Visual Basic)IsNullIndicates whether a value is either null or DBNull.  
Public Methodstatic (Shared in Visual Basic)IsNullOrEmpty  
Public Methodstatic (Shared in Visual Basic)IsNullOrEqualIndicates whether a value is either null, DBNull, or equivalent to an expected value.  
Top
See Also

Reference

DbCompare Class
Miner.Data.Access Namespace

 

 


Send Comment