상세 컨텐츠

본문 제목

프로시저 Print 메세지

C#

by 탑~! 2015. 12. 2. 09:39

본문

SqlConnection conn = new SqlConnection(ConnectionString);

//anonymous function to dump print statements to output console

conn.InfoMessage += (object obj, SqlInfoMessageEventArgs e)=>{

                e.Message.Dump();

            };

관련글 더보기