Z.Expressions.SqlServer.Eval.SQLNET.AddLicense C# (CSharp) Method

AddLicense() public static method

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).
public static AddLicense ( string licenseName, string licenseKey ) : bool
licenseName string The license name.
licenseKey string The license key.
return bool
        public static bool AddLicense(string licenseName, string licenseKey)
        {
            CompilerManager.AddLicense(licenseName, licenseKey);
            return true;
        }
SQLNET