LinkedXWhere Class |
Namespace: Biolomics.SharedClasses
The LinkedXWhere type exposes the following members.
Name | Description | |
---|---|---|
LinkedXWhere(String, String, String, String, XWhere) |
Initializes a new instance of the LinkedXWhere class.
| |
LinkedXWhere(String, String, String, String, XWhereOperationEnum, BsonValue) |
Initializes a new instance of the LinkedXWhere class.
|
Name | Description | |
---|---|---|
FieldName |
Gets the name of the field.
(Inherited from XWhere.) | |
Operation |
Gets the operation.
(Inherited from XWhere.) | |
ParentTableName |
Gets the name of the parent table.
| |
PreOperation |
Gets the pre operation.
(Inherited from XWhere.) | |
PreValue |
Gets the pre value.
(Inherited from XWhere.) | |
TargetFieldName |
Gets the name of the target field.
| |
TargetTableName |
Gets the name of the target table.
| |
Value |
Gets the value.
(Inherited from XWhere.) | |
WhereX |
Gets the X xwhere.
(Inherited from XWhere.) | |
WhereY |
Gets the Y xwhere.
(Inherited from XWhere.) |
Name | Description | |
---|---|---|
And_(XWhere) |
Concats given XWhere statement with current XWhere using AND operator.
(Inherited from XWhere.) | |
And_(String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name and operation and value to current xwhere statement.
(Inherited from XWhere.) | |
And_(XWherePreOperationEnum, String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name ,preoperation, operation and value to current xwhere statement.
(Inherited from XWhere.) | |
And_(XWherePreOperationEnum, BsonValue, String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name ,preoperation,prevalue, operation and value to current xwhere statement.
(Inherited from XWhere.) | |
Clear |
Resets the xwhere. See the default constructor
(Inherited from XWhere.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAll |
Determines whether this instance contains xwhere.All.
(Inherited from XWhere.) | |
IsEmpty |
Determines whether this xwhere contains an Empty xwher.
(Inherited from XWhere.) | |
MaxId |
Get the maximum id.
(Inherited from XWhere.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MinId |
Get the minimum id.
(Inherited from XWhere.) | |
Or_(XWhere) |
Join xwhere statement with current xwhere statement with OR operator
(Inherited from XWhere.) | |
Or_(String, XWhereOperationEnum) |
Create a new xwhere statement from fieldname and operation and join it with current xwhere statement using OR operator.
(Inherited from XWhere.) | |
Or_(String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname and operation and value and join it with current xwhere statement using OR operator.
(Inherited from XWhere.) | |
Or_(XWherePreOperationEnum, String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname and preoperation and operation and value and join it with current xwhere statement using OR operator.
(Inherited from XWhere.) | |
Or_(XWherePreOperationEnum, BsonValue, String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname ,preoperation,prevalue, operation and value and join it with current xwhere statement
using OR operator.
(Inherited from XWhere.) | |
Title |
build a title for the given Where clause, something that is understandable by most users
(Inherited from XWhere.) | |
ToString |
Returns a String that represents this xwhere.
(Inherited from XWhere.) |