Why is Microsoft.ApplicationBlocks.Data.SQLHelper.new() privately declared where I cannot create a new instance of this most helpful dll? When I look at it in the Object Browser it says public sub new, but when I go to declare a new instance of it, I get the error:
Error 1 'Microsoft.ApplicationBlocks.Data.SqlHelper.Private Sub New()' is not accessible in this context because it is 'Private'.
Code:
dim sHelper as new Microsoft.ApplicationBlocks.Data.SqlHelper
Any help would be greatly appreciated. Thanks in advance.