LumiSoft.Data
Class DataRowView

java.lang.Object
  extended by LumiSoft.Data.DataRowView

public class DataRowView
extends java.lang.Object


Method Summary
 DataView CreateChildView(java.lang.String relationName)
          Returns a DataView for the child DataTable with the specified DataRelation name.
 void Delete()
          Deletes a row.
 void EndEdit()
          Ends an edit procedure.
 java.lang.Object get(int index)
          Gets a value in a specified column.
 java.lang.Object get(java.lang.String columnName)
          Gets a value in a specified column.
 boolean getIsNew()
          Indicates whether a DataRowView is new.
 DataRow getRow()
          Gets the DataRow being viewed.
 void set(java.lang.String columnName, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

CreateChildView

public DataView CreateChildView(java.lang.String relationName)
Returns a DataView for the child DataTable with the specified DataRelation name.

Parameters:
relationName - A string containing the DataRelation name.
Returns:
a DataView for the child DataTable.

EndEdit

public void EndEdit()
Ends an edit procedure.


Delete

public void Delete()
Deletes a row.


getRow

public DataRow getRow()
Gets the DataRow being viewed.

Returns:

get

public java.lang.Object get(int index)
Gets a value in a specified column.

Parameters:
index -
Returns:

get

public java.lang.Object get(java.lang.String columnName)
Gets a value in a specified column.

Parameters:
columnName -
Returns:

set

public void set(java.lang.String columnName,
                java.lang.Object value)

getIsNew

public boolean getIsNew()
Indicates whether a DataRowView is new.

Returns: