System.Data.SqlClient.TdsParser.TdsParser C# (CSharp) Method

TdsParser() static private method

static private TdsParser ( ) : System.Collections.Generic
return System.Collections.Generic
        static TdsParser()
        {
            // For CoreCLR, we need to register the ANSI Code Page encoding provider before attempting to get an Encoding from a CodePage
            Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
        }

Same methods

TdsParser::TdsParser ( bool MARS, bool fAsynchronous ) : System.Collections.Generic
TdsParser