Boolean Data Types (LINQ to SQL)

Switch View :
ScriptFree
LINQ to SQL
Boolean Data Types (LINQ to SQL)

Boolean operators work as expected in the common language runtime (CLR), except that short-circuiting behavior is not translated. For example, the Visual Basic AndAlso operator behaves like the And operator. The C# && operator behaves like the & operator.

LINQ to SQL supports the following operators.

See Also

Other Resources