NbQueryConditions Property |
検索条件のJSONオブジェクト表記(MongoDBクエリ表記)。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbJsonObject Conditions { get; set; }
Public Property Conditions As NbJsonObject
Get
Set
public:
property NbJsonObject^ Conditions {
NbJsonObject^ get ();
void set (NbJsonObject^ value);
}
member Conditions : NbJsonObject with get, set
Property Value
Type:
NbJsonObjectExceptions Version Information Core
Supported in: 1.0
See Also