Sql.Net Class Library Documentation

SelectColumnCollection.Contains Method 

Determines whether a specfic SelectColumn value is in this SelectColumnCollection.

public virtual bool Contains(
   SelectColumn value
);

Parameters

value
The SelectColumn value to locate in this SelectColumnCollection.

Return Value

true if value is found in this SelectColumnCollection; false otherwise.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace