Class ContactSentryQueryInfo
Inheritance
ContactSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class ContactSentryQueryInfo : SentryQueryInfo<ContactTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
ContactSentryQueryInfo(ContactTableInfo)
Declaration
public ContactSentryQueryInfo(ContactTableInfo contactTableInfo)
Parameters
Properties
AddressTableInfo
Declaration
public AddressTableInfo AddressTableInfo { get; }
Property Value
EmailTableInfo
Declaration
public EmailTableInfo EmailTableInfo { get; }
Property Value
InterestTableInfo
Declaration
public ContactInterestTableInfo InterestTableInfo { get; }
Property Value
PhoneTableInfo
Declaration
public PhoneTableInfo PhoneTableInfo { get; }
Property Value
UrlTableInfo
Declaration
public URLTableInfo UrlTableInfo { get; }
Property Value
Methods
GetOwnerTableCandidates()
Declaration
protected override TableInfo[] GetOwnerTableCandidates()
Returns
Overrides
GetTypedMembers()
Return additional typed instances of covered tables - these are included in the enumeration, while untyped members
that are not in the query are not included. So uninteresting sub-tables must go here or lose their rights.
TableInfos.
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