| DatabaseTargetCommandProperties Property |
Gets the collection of properties. Each item contains a mapping
between NLog layout and a property on the DbCommand instance
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public IList<DatabaseObjectPropertyInfo> CommandProperties { get; }
Public ReadOnly Property CommandProperties As IList(Of DatabaseObjectPropertyInfo)
Get
Dim instance As DatabaseTarget
Dim value As IList(Of DatabaseObjectPropertyInfo)
value = instance.CommandProperties
member CommandProperties : IList<DatabaseObjectPropertyInfo> with get
Property Value
Type:
IListDatabaseObjectPropertyInfoSee Also