PipelineDefinitionTInput, TOutputToString Method (LinqProvider) |
Returns a
String that represents this instance.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public string ToString(
LinqProvider linqProvider
)
Public Function ToString (
linqProvider As LinqProvider
) As String
member ToString :
linqProvider : LinqProvider -> string
Parameters
- linqProvider
- Type: MongoDB.Driver.LinqLinqProvider
The LINQ provider.
Return Value
Type:
String
A
String that represents this instance.
See Also