Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 679 Bytes

ChainableExtensions.md

File metadata and controls

18 lines (12 loc) · 679 Bytes

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