C# Class BuildYourOwnDAL.Metadata.TableAttribute

Inheritance: System.Attribute
Show file Open project: davybrion/BuildYourOwnDal

Public Methods

Method Description
TableAttribute ( string tableName ) : System

Method Details

TableAttribute() public method

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