Click or drag to resize

CargoFunctions Class

This is preliminary documentation and is subject to change.

Contains stub methods used inside expressions in IQueryableT extension methods. These methods are used for building LINQ query expressions and are not intended to be invoked directly.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Cargo.LinqCargoFunctions

Namespace: WikiClientLibrary.Cargo.Linq
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class CargoFunctions

The CargoFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDateDiff(NullableDateTime, NullableDateTime) Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other.
Public methodStatic memberDateDiff(NullableDateTimeOffset, NullableDateTimeOffset) Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other.
Public methodStatic memberHoldsT Determines whether the list-typed field contains a certain value. (See mw:Extension:Cargo/Querying data#The "HOLDS" command.)
Public methodStatic memberHoldsLikeT Determines whether the list-typed field contains any value matching the specific LIKE wildcard expression. (See mw:Extension:Cargo/Querying data#HOLDS LIKE.)
Public methodStatic memberLike 
Top
See Also