QueryParameter Constructors
Contains methods and properties that allow you to conditionally filter data loaded from a MongoDB instance.Name | Parameters | Description |
---|---|---|
QueryParameter() | none | Initializes a new instance of the QueryParameter class. |
QueryParameter(String, Type, Object) | name, type, value | Initializes a new instance of the QueryParameter class with specified settings. |
See Also