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