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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public IList<DatabaseObjectPropertyInfo> CommandProperties { get; }

Property Value

Type: IListDatabaseObjectPropertyInfo
See Also