Click or drag to resize

MongoExtensionsRenderToBsonDocumentT Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DataObjectExpressions.MongoExtensions.RenderToBsonDocument``1(MongoDB.Driver.FilterDefinition{``0})"]


Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static BsonDocument RenderToBsonDocument<T>(
	this FilterDefinition<T> filter
)

Parameters

filter  FilterDefinitionT
 

Type Parameters

T

Return Value

BsonDocument

[Missing <returns> documentation for "M:Casewhere.Runtime.DataObjectExpressions.MongoExtensions.RenderToBsonDocument``1(MongoDB.Driver.FilterDefinition{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FilterDefinitionT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also