C# Class wmib.Database.Row.Value

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Column string
Data string
Type DataType

Public Methods

Method Description
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

Method Details

Value() public method

public Value ( ) : System
return System

Value() public method

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

Value() public method

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

Value() public method

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

Value() public method

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

Property Details

Column public_oe property

public string Column
return string

Data public_oe property

Data
public string Data
return string

Type public_oe property

Type
public DataType Type
return DataType