/ Assembly List / LJCDBViewDAL / ViewFilter

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewFilter : IComparable<ViewFilter>

The ViewFilter table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
BooleanOperator Gets or sets the BooleanOperator value.
ChangedNames Gets a reference to the ChangedNames list.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
ViewDataID Gets or sets the ViewDataID value.

Fields
ColumnBooleanOperator The BooleanOperator column name.
ColumnID The ID column value.
ColumnName The Name value.
ColumnViewDataID The ViewData ID column value.
LengthBooleanOperator The BooleanOperator maximum length.
LengthName The Name maximum length.
TableName The table name value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.