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.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public IList<DatabaseObjectPropertyInfo> CommandProperties { get; }

Property Value

Type: IListDatabaseObjectPropertyInfo
See Also