Class SatelliteSentryQueryInfo
Inheritance
SatelliteSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class SatelliteSentryQueryInfo : SentryQueryInfo<SatelliteTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
SatelliteSentryQueryInfo(SatelliteTableInfo)
Declaration
public SatelliteSentryQueryInfo(SatelliteTableInfo tableInfo)
Parameters
Properties
LicenseSatlLinkTableInfo
Declaration
public LicenseSatlLinkTableInfo LicenseSatlLinkTableInfo { 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