| Name | Description |
---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Where(Expression<(Of <<'(Func<(Of <<'(TSubType, Boolean>)>>)>)>>)) |
Subquery expression in the format
.Where(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
(Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereAll(Expression<(Of <<'(Func<(Of <<'(TSubType, Boolean>)>>)>)>>)) |
Subquery expression in the format
.WhereAll(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
(Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereExists<(Of <<'(U>)>>) |
Add an Exists subquery criterion
(Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereNotExists<(Of <<'(U>)>>) |
Add a NotExists subquery criterion
(Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereProperty(Expression<(Of <<'(Func<(Of <<'(TSubType, Object>)>>)>)>>)) | (Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereSome(Expression<(Of <<'(Func<(Of <<'(TSubType, Boolean>)>>)>)>>)) |
Subquery expression in the format
.WhereSome(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
(Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |
 | WhereValue | (Inherited from QueryOverSubqueryBuilderBase<(Of <(<'TReturn, TRoot, TSubType, TBuilderType>)>)>.) |