CosmosLinqExtensions.IsObject(Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value indicating if the type of the specified expression is an object. This method is to be used in LINQ expressions only and will be evaluated on server. There's no implementation provided in the client library.
public static bool IsObject (this object obj);
static member IsObject : obj -> bool
<Extension()>
Public Function IsObject (obj As Object) As Boolean
- obj
- Object
Returns true if the type of the specified expression is an object; otherwise, false.
var isObjectQuery = documents.Where(document => document.Address.IsObject());
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: