Język

TypedDataRow Klasa

Definicja

public ref class TypedDataRow
public class TypedDataRow
type TypedDataRow = class
Public Class TypedDataRow
Dziedziczenie
TypedDataRow

Konstruktory

Nazwa Opis
TypedDataRow(DataRow, TypedDataTable)
TypedDataRow(DataRow)

Właściwości

Nazwa Opis
DataRow
Dirty
Parent
TypeName

Metody

Nazwa Opis
GetBoolean(String)
GetByte(String)
GetChar(String)
GetDateTime(String)
GetDecimal(String)
GetDouble(String)
GetInt16(String)
GetInt32(String)
GetInt64(String)
GetNullableBoolean(String)
GetNullableByte(String)
GetNullableChar(String)
GetNullableDateTime(String)
GetNullableDecimal(String)
GetNullableDouble(String)
GetNullableInt16(String)
GetNullableInt32(String)
GetNullableInt64(String)
GetNullableSByte(String)
GetNullableSingle(String)
GetNullableUInt16(String)
GetNullableUInt32(String)
GetNullableUInt64(String)
GetObject(String)
GetSByte(String)
GetSingle(String)
GetString(String)
GetUInt16(String)
GetUInt32(String)
GetUInt64(String)
OnAssert(IRuleSetExecutor)
OnClear(IRuleSetExecutor)
OnRetract(IRuleSetExecutor)
OnUpdate(IRuleSetExecutor)
SetBoolean(String, Boolean)
SetBoolean(String, Nullable<Boolean>)
SetByte(String, Byte)
SetByte(String, Object)
SetChar(String, Char)
SetChar(String, Object)
SetDateTime(String, DateTime)
SetDateTime(String, Nullable<DateTime>)
SetDecimal(String, Decimal)
SetDecimal(String, Object)
SetDouble(String, Double)
SetDouble(String, Object)
SetInt16(String, Int16)
SetInt16(String, Object)
SetInt32(String, Int32)
SetInt32(String, Object)
SetInt64(String, Int64)
SetInt64(String, Object)
SetObject(String, Object)
SetSByte(String, Object)
SetSByte(String, SByte)
SetSingle(String, Object)
SetSingle(String, Single)
SetString(String, String)
SetUInt16(String, Object)
SetUInt16(String, UInt16)
SetUInt32(String, Object)
SetUInt32(String, UInt32)
SetUInt64(String, Object)
SetUInt64(String, UInt64)

Dotyczy