Click or drag to resize

DatabaseObjectPropertyInfo Class

Information about object-property for the database-connection-object
Inheritance Hierarchy
SystemObject
  NLog.TargetsDatabaseObjectPropertyInfo

Namespace:  NLog.Targets
Assembly:  NLog.Database (in NLog.Database.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public class DatabaseObjectPropertyInfo

The DatabaseObjectPropertyInfo type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseObjectPropertyInfo
Initializes a new instance of the DatabaseObjectPropertyInfo class.
Top
Properties
  NameDescription
Public propertyCulture
Gets or sets the culture used for parsing property string-value for type-conversion
Public propertyFormat
Gets or sets convert format of the property value
Public propertyLayout
Gets or sets the value to assign on the object-property
Public propertyName
Gets or sets the name for the object-property
Public propertyPropertyType
Gets or sets the type of the object-property
Top
Methods
  NameDescription
Public methodRenderValue
Render Result Value
Top
See Also