args に指定された値がすべて合致すること
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public 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 Version Information Core
Supported in: 1.0
See Also