Method | Description | |
---|---|---|
ColumnName ( string name ) : IDecimalPropertyMapping | ||
DecimalPropertyMapping ( DecimalColumn column, |
||
FormatProvider ( IFormatProvider provider ) : IDecimalPropertyMapping | ||
NullHandler ( INullHandler handler ) : IDecimalPropertyMapping | ||
NullValue ( string value ) : IDecimalPropertyMapping | ||
NumberStyles ( NumberStyles styles ) : IDecimalPropertyMapping | ||
OutputFormat ( string format ) : IDecimalPropertyMapping | ||
Preprocessor ( string>.Func |
public ColumnName ( string name ) : IDecimalPropertyMapping | ||
name | string | |
return | IDecimalPropertyMapping |
public DecimalPropertyMapping ( DecimalColumn column, |
||
column | DecimalColumn | |
property | ||
return | System |
public FormatProvider ( IFormatProvider provider ) : IDecimalPropertyMapping | ||
provider | IFormatProvider | |
return | IDecimalPropertyMapping |
public NullHandler ( INullHandler handler ) : IDecimalPropertyMapping | ||
handler | INullHandler | |
return | IDecimalPropertyMapping |
public NullValue ( string value ) : IDecimalPropertyMapping | ||
value | string | |
return | IDecimalPropertyMapping |
public NumberStyles ( NumberStyles styles ) : IDecimalPropertyMapping | ||
styles | NumberStyles | |
return | IDecimalPropertyMapping |
public OutputFormat ( string format ) : IDecimalPropertyMapping | ||
format | string | |
return | IDecimalPropertyMapping |
public Preprocessor ( string>.Func |
||
preprocessor | string>.Func | |
return | IDecimalPropertyMapping |