指定したキーの条件を反転(not)する
            
 
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
 Syntax
Syntaxpublic NbQuery Not(
	string key
)
Public Function Not ( 
	key As String
) As NbQuery
public:
NbQuery^ Not(
	String^ key
)
member Not : 
        key : string -> NbQuery 
Parameters
- key
- Type: SystemString
 キー
Return Value
Type: 
NbQuerythis
 Exceptions
Exceptions Version Information
Version InformationCore
Supported in: 1.0
 See Also
See Also