C# Class 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.
Inheritance: Aspect
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Step_2_BeforeTryingMethodExec ( ) : void

Private Methods

Method Description
AttachSqlAttributes ( ISqlServerConnectionProvider sqlConnProvider ) : void
LogAttributeApplication ( ISqlServerConnectionProvider sqlConnProvider ) : void

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

Method Details

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void