C# 클래스 Aspectacular.SqlConnectionAttributesAspect

Aspect improving SQL server query performance by adding connection attributes when SQL connection is initialized. Make intercepted object implement ISqlServerConnectionProvider interface to take advantage of this aspect.
상속: Aspect
파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
Step_2_BeforeTryingMethodExec ( ) : void

비공개 메소드들

메소드 설명
AttachSqlAttributes ( ISqlServerConnectionProvider sqlConnProvider ) : void
LogAttributeApplication ( ISqlServerConnectionProvider sqlConnProvider ) : void

Attention: this is a callback method that could be called after aspect is used & dumped.

메소드 상세

Step_2_BeforeTryingMethodExec() 공개 메소드

public Step_2_BeforeTryingMethodExec ( ) : void
리턴 void