DevForce Help Reference
DbKey Constructor(String,String,Boolean,String)


Key name
Connection string
Whether generated SQL should be logged
User-defined tag value
Create an instance of this class specifying all values.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal connectionString As String, _
   ByVal logTraceString As Boolean, _
   ByVal tag As String _
)
'Usage
 
Dim name As String
Dim connectionString As String
Dim logTraceString As Boolean
Dim tag As String
 
Dim instance As New DbKey(name, connectionString, logTraceString, tag)

Parameters

name
Key name
connectionString
Connection string
logTraceString
Whether generated SQL should be logged
tag
User-defined tag value
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DbKey Class
DbKey Members
Overload List

Send Feedback