C# 클래스 Shaolinq.MySql.MySqlInsertIntoAutoIncrementAmender

If an auto-increment column is set explicitly by the user LAST_INSERT_ID will not return the expected value. This amender makes sure the user defined value for the auto-increment column is returned by the next call to LAST_INSERT_ID.
상속: SqlExpressionVisitor
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
Amend ( Expression expression ) : Expression

보호된 메소드들

메소드 설명
VisitInsertInto ( SqlInsertIntoExpression expression ) : Expression

비공개 메소드들

메소드 설명
MySqlInsertIntoAutoIncrementAmender ( ) : System.Collections.Generic

메소드 상세

Amend() 공개 정적인 메소드

public static Amend ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

VisitInsertInto() 보호된 메소드

protected VisitInsertInto ( SqlInsertIntoExpression expression ) : Expression
expression Shaolinq.Persistence.Linq.Expressions.SqlInsertIntoExpression
리턴 System.Linq.Expressions.Expression