DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOpCustomGroup Class
Properties Methods


In This Topic
    ColumnOpCustomGroup Class Members
    In This Topic

    The following tables list the members exposed by ColumnOpCustomGroup.

    Public Constructors
    Public Properties
     NameDescription
    Public Property For columns of linked tables in a join query, gets the alias of the column if it is different from the name. Otherwise, empty. (Inherited from C1.DataEngine.Column)
    Public Property Gets the name of the column. (Inherited from C1.DataEngine.Column)
    Public Property Gets the table to which the column belongs. (Inherited from C1.DataEngine.Column)
    Public Property Gets the type of data stored in the column. (Inherited from C1.DataEngine.Column)
    Top
    Public Methods
     NameDescription
    Public Method Used for columns of linked tables in a join query to specify an alias, if needed. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation BeginsWith for a string column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation Contains for a string column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation Equals. (Inherited from C1.DataEngine.Column)
    Public Method (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation EndsWith for a string column. (Inherited from C1.DataEngine.Column)
    Public Method (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation GreaterThan. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation GreaterThanOrEqual. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation LessThan. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation LessThanOrEqual. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation MonthToDate for a DateTime column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation DoesNotContain for a string column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation NotEqual. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation QuarterToDate for a DateTime column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation WeekToDate for a DateTime column. (Inherited from C1.DataEngine.Column)
    Public Method Comparison operation YearToDate for a DateTime column. (Inherited from C1.DataEngine.Column)
    Top
    See Also