C# Class FrameDAL.SqlExpressions.DeleteExpression

Inheritance: CommandExpression
Show file Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
DeleteExpression ( TableExpression table, SqlExpression where ) : System

Method Details

DeleteExpression() public method

public DeleteExpression ( TableExpression table, SqlExpression where ) : System
table TableExpression
where SqlExpression
return System