Click or drag to resize
NbQueryOr Method
OR条件を生成する

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static NbQuery Or(
	params NbQuery[] queries
)

Parameters

queries
Type: Nec.NebulaNbQuery
クエリ

Return Value

Type: NbQuery
生成したクエリ
Exceptions
ExceptionCondition
ArgumentNullExceptionクエリがnull
ArgumentExceptionクエリの配列にnull要素が含まれている
Version Information

Core

Supported in: 1.0
See Also