args に指定された値がすべて合致すること
            
 
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
 Syntax
Syntaxpublic NbQuery All(
	string key,
	params Object[] args
)
Public Function All ( 
	key As String,
	ParamArray args As Object()
) As NbQuery
public:
NbQuery^ All(
	String^ key, 
	... array<Object^>^ args
)
member All : 
        key : string * 
        args : Object[] -> NbQuery 
Parameters
- key
- Type: SystemString
 キー
- args
- Type: SystemObject
 値
Return Value
Type: 
NbQuerythis
 Exceptions
Exceptions Version Information
Version InformationCore
Supported in: 1.0
 See Also
See Also