C# Class GrapeDapper.Core.TableInfo

显示文件 Open project: luohuazhiyu/GrapeDapper Class Usage Examples

Public Methods

Method Description
FromType ( Type t ) : TableInfo

Creates and populates a TableInfo from the attributes of a POCO

Method Details

FromType() public static method

Creates and populates a TableInfo from the attributes of a POCO
public static FromType ( Type t ) : TableInfo
t System.Type The POCO type
return TableInfo