Hd.QueryExtensions.WhereClauseCollection.Add C# (CSharp) Method

Add() public method

Adds a with the specified value to the .
public Add ( WhereClause val ) : int
val WhereClause The to add.
return int
		public int Add(WhereClause val)
		{
			return List.Add(val);
		}