예제 #1
0
 public T GetValue <T>(IConnectionContext cc)
 {
     return(cc.ExecuteScalar(GetCommand()).ObjectToT <T>());
 }