Hd.QueryExtensions.WhereClauseCollection.Add C# (CSharp) Метод

Add() публичный Метод

Adds a with the specified value to the .
public Add ( WhereClause val ) : int
val WhereClause The to add.
Результат int
		public int Add(WhereClause val)
		{
			return List.Add(val);
		}