ChainableExtensions class

namespace: Serenity   assemblySerenity.Net.Data

Contains method chaining extensions for objects like SQL queries that implement IChainable

public static class ChainableExtensions

Public Members

name description
static With<TChain>(…) Allows to reference the call chain object itself without breaking a call chain.

See Also