C# 클래스 Aspectacular.SqlUtils

파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 프로퍼티들

프로퍼티 타입 설명
SqlConnectionAttributes NonEmptyString

공개 메소드들

메소드 설명
AttachSqlConnectionAttribs ( this sqlConn, Action optionalPostProcessingFunc = null ) : void

Adds SQL Server command attributes which improves query performance.

메소드 상세

AttachSqlConnectionAttribs() 공개 정적인 메소드

Adds SQL Server command attributes which improves query performance.
public static AttachSqlConnectionAttribs ( this sqlConn, Action optionalPostProcessingFunc = null ) : void
sqlConn this
optionalPostProcessingFunc Action
리턴 void

프로퍼티 상세

SqlConnectionAttributes 공개적으로 정적으로 프로퍼티

SQL commands injected before queries to improve query performance. To avoid using them, just set the value of SqlConnectionAttributes = null; Feel free to specify any commands you wish - they will be executed every time SQL Server connection is opened by EF AOP Proxies.
public static NonEmptyString SqlConnectionAttributes
리턴 NonEmptyString