PostTransactionBodyParams Property |
Parameters to be passed into the transaction JavaScript function defined by
Action.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, Object> Params { get; set; }
Public Property Params As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Params {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Params : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectSee Also