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)
        {
            return AddLicense(licenseName, licenseKey);
        }
SQLNET