Class E168_ArrayContains

Assembly: redb.Examples.dll

Demonstrates filtering by array element using Contains().
Server-side: = ANY(pvt."Skills") in PostgreSQL, STRING_SPLIT in MSSQL.
Pro feature: array operations in PVT.

[ExampleMeta("E168", "Array - Contains", "Query", ExampleTier.Free, 168, new string[] { "Array", "Contains", "Filter" }, RelatedApis = new string[] { "IRedbQueryable.Where", "Array.Contains" })]
public class E168_ArrayContains : ExampleBase

Inheritance

ObjectExampleBaseE168_ArrayContains

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)