/ Assembly List / LJCDBMessage / DbConditions

Namespace - LJCDBMessage


Syntax

C#
public class DbConditions : List<DbCondition>

Represents a collection of DbCondition objects.

Remarks

The common collection static method is HasItems()
The collection contains a copy constructor.
The common collection instance methods are: Add(), Clone() and HasItems().

Constructor
#ctor Initializes an object instance.
#ctor The Copy constructor.

Collection
Add Creates and adds the element from the supplied values.
Clone Clones the structure of the object.
HasItems Checks if the collection has items.
5 Methods

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