StreamTransactionBodyAllowImplicit Property |
Gets or sets to allow reading from undeclared collections.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic bool AllowImplicit { get; set; }Public Property AllowImplicit As Boolean
Get
Set
public:
property bool AllowImplicit {
bool get ();
void set (bool value);
}member AllowImplicit : bool with get, set
Property Value
Type:
Boolean
See Also