Class SelectionSentryQueryInfo
Inheritance
SelectionSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class SelectionSentryQueryInfo : SentryQueryInfo<SelectionTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
SelectionSentryQueryInfo(SelectionTableInfo)
Declaration
public SelectionSentryQueryInfo(SelectionTableInfo selectionTableInfo)
Parameters
Properties
MemberTableInfo
Declaration
public SelectionMemberTableInfo MemberTableInfo { get; }
Property Value
PublishTableInfo
Declaration
public PublishTableInfo PublishTableInfo { get; }
Property Value
Methods
GetOwnerTableCandidates()
Declaration
protected override TableInfo[] GetOwnerTableCandidates()
Returns
Overrides
GetTypedMembers()
Method that can be overridden to return additional typed instances of covered
TableInfos. The default implementation returns an empty array.
Declaration
protected override TableInfo[] GetTypedMembers()
Returns
Overrides
GetUntypedMembers()
Declaration
protected override TableInfo[] GetUntypedMembers()
Returns
Overrides
UpdateTypedMembers(PrivateSelect)
Method called by the base class to force the implementation
to update typed instances of TableInfo.
Declaration
protected override void UpdateTypedMembers(PrivateSelect sql)
Parameters
Overrides
Implements
Extension Methods