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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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