ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews.Xml Namespace / XHint Class
Members

In This Topic
    XHint Class
    In This Topic
    The class used for the return type in the XmlExtensions.IndexedElement and XmlExtensions.IndexedAttribute extension methods.
    Object Model
    XHint Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class XHint 
    public abstract class XHint 
    Remarks
    This class is not used in execution, because hints like XmlExtensions.IndexedElement and XmlExtensions.IndexedAttribute are never executed, they are used merely to convey information ('hint') to LiveLinq query optimizer, they are discarded before the query is executed. The only purpose of this class is to preserve syntactical correctness of the query.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.Xml.XHint

    See Also