Hd.QueryExtensions.WhereClauseCollection.Add C# (CSharp) Méthode

Add() public méthode

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