Title here
Summary here
[AttributeUsage(AttributeTargets.Property)]
public class DataFrameColumnMap : Attribute public DataFrameColumnMap() public DataFrameColumnMap(bool ignore)| Type | Name | Description |
|---|---|---|
| bool | ignore |
public DataFrameColumnMap(string columnName)| Type | Name | Description |
|---|---|---|
| string | columnName |
public string ColumnName { get; set; }| Type | Description |
|---|---|
| string |
public Type ColumnType { get; set; }| Type | Description |
|---|---|
| Type |
public bool Ignore { get; set; }| Type | Description |
|---|---|
| bool |
public string PropertyName { get; set; }| Type | Description |
|---|---|
| string |