fcSDK Documentation
GenericDataRow Class Members
Properties  Methods 

The following tables list the members exposed by GenericDataRow.

Public Properties
 NameDescription
Public PropertyForcedUpdateColumns  
Public PropertyHasErrors (Inherited from System.Data.DataRow)
Public PropertyIsAddForUpdateGets a value indicating whether this GenericDataRow was added via AddForUpdate.  
Public PropertyIsNewGets a value indicating whether the current GenericDataRow was added and not yet committed.  
Public PropertyItem  
Public PropertyItemArray (Inherited from System.Data.DataRow)
Public PropertyRowError (Inherited from System.Data.DataRow)
Public PropertyRowGuidUnique row identifier  
Public PropertyRowState (Inherited from System.Data.DataRow)
Public PropertyTable (Inherited from System.Data.DataRow)
Public PropertyUniqueIDReturns Unique Identifier of this row in the database.  
Top
Public Methods
 NameDescription
Public MethodAcceptChanges (Inherited from System.Data.DataRow)
Public Methodstatic (Shared in Visual Basic)AreIDsEqualUsed to compare the UniqueIDs of two GenericDataRows.  
Public MethodBeginEdit (Inherited from System.Data.DataRow)
Public MethodCancelEdit (Inherited from System.Data.DataRow)
Public MethodClearErrors (Inherited from System.Data.DataRow)
Public MethodDelete (Inherited from System.Data.DataRow)
Public MethodEndEdit (Inherited from System.Data.DataRow)
Public MethodGetChildRowsOverloaded.  (Inherited from System.Data.DataRow)
Public MethodGetColumnErrorOverloaded.  (Inherited from System.Data.DataRow)
Public MethodGetColumnsInError (Inherited from System.Data.DataRow)
Public MethodGetParentRowOverloaded.  (Inherited from System.Data.DataRow)
Public MethodGetParentRowsOverloaded.  (Inherited from System.Data.DataRow)
Public MethodHasVersion (Inherited from System.Data.DataRow)
Public MethodIsForcedUpdateColumn  
Public MethodIsNullOverloaded.  (Inherited from System.Data.DataRow)
Public MethodRejectChanges (Inherited from System.Data.DataRow)
Public MethodRelateByIDRelate a unique identifier to this GenericDataRow via a SchemaRelation name.  
Public MethodRelateRecordRelate a given row to this GenericDataRow via a SchemaRelation name.  
Public MethodRelateToIntFieldRelate a given row's identifier to an Integer field present on this GenericDataRow.  
Public MethodSetAdded (Inherited from System.Data.DataRow)
Public MethodSetColumnErrorOverloaded.  (Inherited from System.Data.DataRow)
Public MethodSetModified (Inherited from System.Data.DataRow)
Public MethodSetParentRowOverloaded.  (Inherited from System.Data.DataRow)
Public MethodUnrelateUnRelate this GenericDataRow from a single row related to it via the given relation name.  
Public MethodUnrelateFromAllUnRelate this GenericDataRow from all other rows related to it via the given relation name.  
Public MethodUpdateOverloaded. Commits the row to the database. See FCGeneric's Update for details.  
Top
See Also

Reference

GenericDataRow Class
FChoice.Foundation Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.