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