Class SelectColumn

This attribute defines if the column is used as Select for the DbSource

Inheritance
SelectColumn
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    [AttributeUsage(AttributeTargets.Property)]
public sealed class SelectColumn : Attribute

Constructors

SelectColumn()

This property is used as an Select column for reading data in the BulkSelect operation mode from the DbSource.

Declaration
    public SelectColumn()

Properties

SelectPropertyName

Name of the property used to retrieve additional data

Declaration
    public string SelectPropertyName { get; set; }
Property Value
TypeDescription
string