C# 클래스 Netronics.DB.Raw

파일 보기 프로젝트 열기: shlee322/Netronics

공개 메소드들

메소드 설명
Find ( int id ) : Model
Find ( Where where ) : Model[]
GetModelObjects ( Type type ) : Raw

비공개 메소드들

메소드 설명
Raw ( Type type ) : System

메소드 상세

Find() 공개 메소드

public Find ( int id ) : Model
id int
리턴 Model

Find() 공개 메소드

public Find ( Where where ) : Model[]
where Where
리턴 Model[]

GetModelObjects() 공개 정적인 메소드

public static GetModelObjects ( Type type ) : Raw
type System.Type
리턴 Raw