C# 클래스 CsDO.Tests.TesteObj

상속: CsDO.Lib.DataObject
파일 보기 프로젝트 열기: MonoBrasil/CsDO 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetActiveFields ( ) : string
GetFields ( ) : string
GetGroupBy ( ) : string
GetLimit ( ) : string
GetOrderBy ( ) : string
GetPrimaryKeys ( ) : IList
GetWhere ( ) : string
SetField ( string col, object val ) : void
SetGroupBy ( string value ) : void
SetLimit ( string value ) : void
SetOrderBy ( string value ) : void
SetWhere ( string value ) : void
TesteObj ( ) : System

메소드 상세

GetActiveFields() 공개 메소드

public GetActiveFields ( ) : string
리턴 string

GetFields() 공개 메소드

public GetFields ( ) : string
리턴 string

GetGroupBy() 공개 메소드

public GetGroupBy ( ) : string
리턴 string

GetLimit() 공개 메소드

public GetLimit ( ) : string
리턴 string

GetOrderBy() 공개 메소드

public GetOrderBy ( ) : string
리턴 string

GetPrimaryKeys() 공개 메소드

public GetPrimaryKeys ( ) : IList
리턴 IList

GetWhere() 공개 메소드

public GetWhere ( ) : string
리턴 string

SetField() 공개 메소드

public SetField ( string col, object val ) : void
col string
val object
리턴 void

SetGroupBy() 공개 메소드

public SetGroupBy ( string value ) : void
value string
리턴 void

SetLimit() 공개 메소드

public SetLimit ( string value ) : void
value string
리턴 void

SetOrderBy() 공개 메소드

public SetOrderBy ( string value ) : void
value string
리턴 void

SetWhere() 공개 메소드

public SetWhere ( string value ) : void
value string
리턴 void

TesteObj() 공개 메소드

public TesteObj ( ) : System
리턴 System