| FindConstraint Class | 
Namespace: PDTec.IceNet.Core.Database.Query
public class FindConstraint
The FindConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| FindConstraint | Initializes a new instance of the FindConstraint class  | 
| Name | Description | |
|---|---|---|
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| AddSteps | 
            Additional steps to reach the constraint item.
              | |
| AttrDefDeclTypeName | 
            Defines the attribute declaring type the constraint refers to.
              | |
| AttrDefName | 
            Defines the attribute declaring type the constraint refers to.
              | |
| ConstraintType | 
            Defines the type of constraint check.
              | |
| FieldType | 
            Defines the field type (ID, name, attribute, ...) the constraint refers to.
              | |
| ItemType | 
            Defines if the constraint refers to the object or the relationship.
              | |
| Name | 
            The name of the constraint.
              | |
| Parameter0Name | 
            The name of the first parameter for the constraint check.
              | |
| Parameter1Name | 
            The name of the second parameter for the constraint check.
              | |
| Subquery | 
            An (optional) subquery definition.
              |