DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SelectStatement Class / Where Property

In This Topic
    Where Property (SelectStatement)
    In This Topic
    The Where clause of this select statement
    Syntax
    'Declaration
     
    Public Property Where As IExpression
    public IExpression Where {get; set;}
    See Also