11 lines
142 B
C#
Raw Normal View History

namespace System.Data.SqlClient {
static class InOutOfProcHelper {
internal static bool InProc {
get {
return false;
}
}
}
}