C# 클래스 GrapeDapper.Core.TableInfo

파일 보기 프로젝트 열기: luohuazhiyu/GrapeDapper 1 사용 예제들

공개 메소드들

메소드 설명
FromType ( Type t ) : TableInfo

Creates and populates a TableInfo from the attributes of a POCO

메소드 상세

FromType() 공개 정적인 메소드

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