Table of Contents

Property Args

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Args

Gets or sets the arguments to the JavaScript function.

public IEnumerable<BsonValue> Args { get; set; }

Property Value

IEnumerable<BsonValue>

The arguments to the JavaScript function.