Interface IEntitySubItemCollectionItem

This interface defines the most fundamental interface used by a collection entity

public abstract interface IEntitySubItemCollectionItem

Interface Members

MemberDescription
IsFieldNull Returns whether or not that field's value is currently null/nothing
public bool IsFieldNull( string fieldName );
Remove Removes the current item from the collection
public void Remove();
SetCurrentRow Sets the datarow this entity represents
public void SetCurrentRow( DataRow currentRow );
ID Primary key of the entity
ItemState State (new, updated, deleted,...) of the current item.
PK Primary key of the entity
PKInteger Primary key of the entity
PKString Primary key of the entity
PrimaryKeyField Name of the primary key field

Requirements

Namespace: EPS.Business.BusinessObjects
Assembly: BUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007