C# Class GrapeDapper.Core.TableInfo

Afficher le fichier Open project: luohuazhiyu/GrapeDapper Class Usage Examples

Méthodes publiques

Méthode Description
FromType ( Type t ) : TableInfo

Creates and populates a TableInfo from the attributes of a POCO

Method Details

FromType() public static méthode

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