Click or drag to resize

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; }

Property Value

Type: IListDatabaseObjectPropertyInfo
See Also