Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlColumnReferenceExpression.Update C# (CSharp) Method

Update() public method

public Update ( Type type, string tableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression
type System.Type
tableAlias string
columnName string
isPrimaryKey bool
return SqlColumnExpression
    public override SqlColumnExpression Update (Type type, string tableAlias, string columnName, bool isPrimaryKey)
    {
      return new SqlColumnReferenceExpression (type, tableAlias, columnName, isPrimaryKey, _referencedEntity);
    }