Show / Hide Table of Contents

Class ClarifyDataRow

Inheritance
System.Object
GenericDataRow
ClarifyDataRow
Inherited Members
GenericDataRow.parentTable
GenericDataRow.parentGeneric
GenericDataRow.isAddForUpdate
GenericDataRow.forcedUpdateCols
GenericDataRow.IsForcedUpdateColumn(DataColumn)
GenericDataRow.Update()
GenericDataRow.Update(UpdateQueryBatch)
GenericDataRow.Update(IDbTransaction)
GenericDataRow.SetBaseColumn(DataColumn, Object)
GenericDataRow.RelateToIntField(GenericDataRow, String)
GenericDataRow.RelateByID(Object, String)
GenericDataRow.RelateRecord(GenericDataRow, String)
GenericDataRow.AreIDsEqual(Object, Object)
GenericDataRow.Unrelate(GenericDataRow, String)
GenericDataRow.UnrelateFromAll(String)
GenericDataRow.BaseParentGeneric
GenericDataRow.IsAddForUpdate
GenericDataRow.ForcedUpdateColumns
GenericDataRow.RowGuid
GenericDataRow.Item[DataColumn, DataRowVersion]
GenericDataRow.Item[Int32, DataRowVersion]
GenericDataRow.Item[String, DataRowVersion]
GenericDataRow.Item[DataColumn]
GenericDataRow.Item[Int32]
GenericDataRow.Item[String]
GenericDataRow.UniqueID
GenericDataRow.IsNew
Namespace: FChoice.Foundation.Clarify
Assembly: fcSDK.dll
Syntax
public class ClarifyDataRow : GenericDataRow

Constructors

ClarifyDataRow(DataRowBuilder)

Declaration
protected ClarifyDataRow(DataRowBuilder rb)
Parameters
Type Name Description
System.Data.DataRowBuilder rb

Properties

ParentGeneric

Declaration
public ClarifyGeneric ParentGeneric { get; }
Property Value
Type Description
ClarifyGeneric

Table

Declaration
public ClarifyDataTable Table { get; }
Property Value
Type Description
ClarifyDataTable

Methods

ProcessGetColumn(Object, DataColumn)

Declaration
protected override object ProcessGetColumn(object obj, DataColumn column)
Parameters
Type Name Description
System.Object obj
System.Data.DataColumn column
Returns
Type Description
System.Object
Overrides
GenericDataRow.ProcessGetColumn(Object, DataColumn)

ProcessSetColumn(Object, DataColumn)

Declaration
protected override void ProcessSetColumn(object obj, DataColumn column)
Parameters
Type Name Description
System.Object obj
System.Data.DataColumn column
Overrides
GenericDataRow.ProcessSetColumn(Object, DataColumn)

RelatedRows(ClarifyGeneric)

Declaration
public ClarifyDataRow[] RelatedRows(ClarifyGeneric otherGen)
Parameters
Type Name Description
ClarifyGeneric otherGen
Returns
Type Description
ClarifyDataRow[]
Back to top © 2022 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.