C# Class Cadru.Data.Dapper.StringHandlingAttribute

Inheritance: System.Attribute
显示文件 Open project: scottdorman/cadru

Public Methods

Method Description
StringHandlingAttribute ( StringHandlingOption stringHandlingOption ) : System

Initializes a new instance of the StringHandlingAttribute class.

Method Details

StringHandlingAttribute() public method

Initializes a new instance of the StringHandlingAttribute class.
public StringHandlingAttribute ( StringHandlingOption stringHandlingOption ) : System
stringHandlingOption StringHandlingOption /// The string handling option. ///
return System