/ LJCPHPCodeDoc / LJCDBAccessLib / LJCDbColumns


Syntax

PHP
class LJCDbColumns

Represents a typed Collection of LJCDbColumn objects.

Remarks

It extends (inherits) from class LJCCollectionLib-LJCCollectionBase which provides the "foreach" and "count" functionality.

It includes an AddObject() method that requires the strongly typed LJCDbColumn object collection element. This is what makes the collection strongly typed.

The Get() method retrieves the internal array element by key.

Public Functions
Deserialize Deserializes the data from an LJCDbColumns XML file.
Add Creates an object and adds it to the collection.
AddObject Adds an object and key value.
Clone Creates a Clone of the current object.
Get Get the item by Key value.
GetColumns Get the column definitions that match the property names.
MapNames Sets the PropertyName, RenameAs and Caption values for a column.
SetWhereOperators Sets the Where Clause operators.
8 Functions

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