PostCursorBodyBindVars Property |
The bind parameters of the AQL query.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, Object> BindVars { get; set; }
Public Property BindVars As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ BindVars {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member BindVars : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectSee Also