 | DatabaseCommandInfoConnectionString Property |
Gets or sets the connection string to run the command against. If not provided, connection string from the target is used.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic Layout ConnectionString { get; set; }
Public Property ConnectionString As Layout
Get
Set
Dim instance As DatabaseCommandInfo
Dim value As Layout
value = instance.ConnectionString
instance.ConnectionString = value
member ConnectionString : Layout with get, set
Property Value
Type:
Layout
See Also