Class ProjectSentryQueryInfo
Inheritance
ProjectSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class ProjectSentryQueryInfo : SentryQueryInfo<ProjectTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
ProjectSentryQueryInfo(ProjectTableInfo, ProjectMemberTableInfo)
Declaration
public ProjectSentryQueryInfo(ProjectTableInfo projectTableInfo, ProjectMemberTableInfo projectMemberTableInfo)
Parameters
Properties
MemberTableInfo
Declaration
public ProjectMemberTableInfo MemberTableInfo { 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