C# Class GrapeDapper.Core.ColumnAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: luohuazhiyu/GrapeDapper

Méthodes publiques

Méthode Description
ColumnAttribute ( ) : System

Constructs a new instance of the ColumnAttribute.

ColumnAttribute ( string name ) : System

Constructs a new instance of the ColumnAttribute.

Method Details

ColumnAttribute() public méthode

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

ColumnAttribute() public méthode

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