Show / Hide Table of Contents

Class GenericDataSet

Inheritance
System.Object
GenericDataSet
ClarifyDataSet
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public abstract class GenericDataSet

Constructors

GenericDataSet(FCSession, IComparer)

Declaration
protected GenericDataSet(FCSession sourceSession, IComparer listComparer)
Parameters
Type Name Description
FCSession sourceSession
System.Collections.IComparer listComparer

Properties

DataSet

Declaration
public DataSet DataSet { get; }
Property Value
Type Description
System.Data.DataSet

FCSession

Declaration
protected FCSession FCSession { get; }
Property Value
Type Description
FCSession

ListComparer

Declaration
protected IComparer ListComparer { get; set; }
Property Value
Type Description
System.Collections.IComparer

RestrictionGroup

Declaration
public RestrictionGroup RestrictionGroup { get; set; }
Property Value
Type Description
RestrictionGroup

SortGenerics

Declaration
public bool SortGenerics { get; set; }
Property Value
Type Description
System.Boolean

UniqueID

Declaration
public Guid UniqueID { get; }
Property Value
Type Description
System.Guid

Methods

Query(FCGeneric[])

Declaration
public void Query(params FCGeneric[] generics)
Parameters
Type Name Description
FCGeneric[] generics

Query(IDbTransaction, FCGeneric[])

Declaration
public void Query(IDbTransaction trans, params FCGeneric[] generics)
Parameters
Type Name Description
System.Data.IDbTransaction trans
FCGeneric[] generics

Update(FCGeneric[])

Declaration
public void Update(params FCGeneric[] generics)
Parameters
Type Name Description
FCGeneric[] generics

Update(IDbTransaction, FCGeneric[])

Declaration
public void Update(IDbTransaction transaction, params FCGeneric[] generics)
Parameters
Type Name Description
System.Data.IDbTransaction transaction
FCGeneric[] generics
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.