 | 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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic 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:
IListDatabaseObjectPropertyInfo
See Also