Table of Contents

Class DataFieldConverterAttribute

Namespace
FluentCommand
Assembly
FluentCommand.dll

Attribute to enable source generation of data reader factory

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public class DataFieldConverterAttribute : Attribute
Inheritance
DataFieldConverterAttribute
Derived
Inherited Members

Constructors

DataFieldConverterAttribute(Type)

Initializes a new instance of the DataFieldConverterAttribute class.

public DataFieldConverterAttribute(Type converterType)

Parameters

converterType Type

Type of the converter.

Properties

ConverterType

Gets the type of the converter.

public Type ConverterType { get; }

Property Value

Type

The type of the converter.

See Also