C# Class LightFramework.Data.ColumnAttribute

Inheritance: System.Attribute
显示文件 Open project: xianrendzw/LightFramework.Net Class Usage Examples

Public Methods

Method Description
ColumnAttribute ( ) : System

Initializes a new instance of theclass.

ColumnAttribute ( String name ) : System

Initializes a new instance of the class.

ColumnAttribute ( String name, String type ) : System

Initializes a new instance of the class.

Method Details

ColumnAttribute() public method

Initializes a new instance of theclass.
public ColumnAttribute ( ) : System
return System

ColumnAttribute() public method

Initializes a new instance of the class.
public ColumnAttribute ( String name ) : System
name String
return System

ColumnAttribute() public method

Initializes a new instance of the class.
public ColumnAttribute ( String name, String type ) : System
name String
type String The type.
return System