C# Class SubSonic.SqlGeneration.Schema.SubSonicTableNameOverrideAttribute

Inheritance: System.Attribute, IClassMappingAttribute
Mostra file Open project: rally25rs/SubSonic-3.0

Public Methods

Method Description
Accept ( ITable table ) : bool
Apply ( ITable table ) : void
SubSonicTableNameOverrideAttribute ( string tableName ) : System

Method Details

Accept() public method

public Accept ( ITable table ) : bool
table ITable
return bool

Apply() public method

public Apply ( ITable table ) : void
table ITable
return void

SubSonicTableNameOverrideAttribute() public method

public SubSonicTableNameOverrideAttribute ( string tableName ) : System
tableName string
return System