C# Класс wmib.Database.Row.Value

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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