C# 클래스 wmib.Database.Row.Value

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
Column string
Data string
Type DataType

공개 메소드들

메소드 설명
Value ( ) : System
Value ( System.DateTime date, string column = null ) : System

Creates a new value of type date

Value ( bool text, string column = null ) : System

Creates a new value of type bool

Value ( int number, string column = null ) : System

Creates a new value of type int

Value ( string text, DataType type, string column = null ) : System

Creates a new value of type text

메소드 상세

Value() 공개 메소드

public Value ( ) : System
리턴 System

Value() 공개 메소드

Creates a new value of type date
public Value ( System.DateTime date, string column = null ) : System
date System.DateTime
column string
리턴 System

Value() 공개 메소드

Creates a new value of type bool
public Value ( bool text, string column = null ) : System
text bool
column string
리턴 System

Value() 공개 메소드

Creates a new value of type int
public Value ( int number, string column = null ) : System
number int
column string
리턴 System

Value() 공개 메소드

Creates a new value of type text
public Value ( string text, DataType type, string column = null ) : System
text string
type DataType
column string
리턴 System

프로퍼티 상세

Column 공개적으로 프로퍼티

public string Column
리턴 string

Data 공개적으로 프로퍼티

Data
public string Data
리턴 string

Type 공개적으로 프로퍼티

Type
public DataType Type
리턴 DataType