LinqConnect Documentation
Devart.Data.Linq Namespace / SqlMethods Class / NullIf<T> Method

NullIf<T> Method
Syntax
'Declaration
 
Public Shared Function NullIf(Of T)( _
   ByVal value1 As T, _
   ByVal value2 As T _
) As T
 

Parameters

value1
value2

Type Parameters

T
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