//--- Methods --- public IDynamoTableDeleteItem <TRecord> WithCondition(Expression <Func <TRecord, bool> > condition) { _converter.AddCondition(condition.Body); return(this); }
//--- Methods --- public IDynamoTableTransactWriteItemsConditionCheck <TRecord> WithCondition(Expression <Func <TRecord, bool> > condition) { _converter.AddCondition(condition.Body); return(this); }