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);
		}