C# Class GrapeDapper.Core.ResultAttribute

Inheritance: ColumnAttribute
Afficher le fichier Open project: luohuazhiyu/GrapeDapper

Méthodes publiques

Méthode Description
ResultAttribute ( ) : System

Constructs a new instance of the ResultAttribute.

ResultAttribute ( string name ) : System

Constructs a new instance of the ResultAttribute.

Method Details

ResultAttribute() public méthode

Constructs a new instance of the ResultAttribute.
public ResultAttribute ( ) : System
Résultat System

ResultAttribute() public méthode

Constructs a new instance of the ResultAttribute.
public ResultAttribute ( string name ) : System
name string The name of the DB column.
Résultat System