This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Paramol.SqlClient; | |
using Projac; | |
namespace Sample | |
{ | |
public static class PortfolioProjectionUsingBuilder | |
{ | |
public static readonly AnonymousSqlProjection Instance = new AnonymousSqlProjectionBuilder(). | |
When<PortfolioAdded>(@event => | |
TSql.NonQueryStatement( |
OlderNewer