C# Class Habanero.Smooth.AutoMapTableNameAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
AutoMapTableNameAttribute ( ) : System

Constructs Attribute

AutoMapTableNameAttribute ( string tableName ) : System

Constructs Attribute with tableName

Method Details

AutoMapTableNameAttribute() public method

Constructs Attribute
public AutoMapTableNameAttribute ( ) : System
return System

AutoMapTableNameAttribute() public method

Constructs Attribute with tableName
public AutoMapTableNameAttribute ( string tableName ) : System
tableName string
return System