C# Class CsDO.Lib.Column

Inheritance: System.Attribute
Show file Open project: MonoBrasil/CsDO

Public Methods

Method Description
Column ( bool persist ) : System
Column ( string name ) : System
Column ( string name, bool persist ) : System

Method Details

Column() public method

public Column ( bool persist ) : System
persist bool
return System

Column() public method

public Column ( string name ) : System
name string
return System

Column() public method

public Column ( string name, bool persist ) : System
name string
persist bool
return System