11 lines
142 B
C#
11 lines
142 B
C#
|
namespace System.Data.SqlClient {
|
||
|
|
||
|
static class InOutOfProcHelper {
|
||
|
|
||
|
internal static bool InProc {
|
||
|
get {
|
||
|
return false;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|