TypedDataRow Classe

Definizione

public ref class TypedDataRow
public class TypedDataRow
type TypedDataRow = class
Public Class TypedDataRow
Ereditarietà
TypedDataRow

Costruttori

Nome Descrizione
TypedDataRow(DataRow, TypedDataTable)
TypedDataRow(DataRow)

Proprietà

Nome Descrizione
DataRow
Dirty
Parent
TypeName

Metodi

Nome Descrizione
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)

Si applica a