フィールドの非存在条件
            
 
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
 Syntax
Syntaxpublic NbQuery NotExists(
	string key
)
Public Function NotExists ( 
	key As String
) As NbQuery
public:
NbQuery^ NotExists(
	String^ key
)
member NotExists : 
        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