PHP |
---|
class LJCDbColumns |
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.construct | Initializes a class instance. |
Add | Creates an object and adds it to the collection. |
AddObject | Adds an object and key value. |
Clone | Creates an object clone. |
GetColumns | Get the column definitions that match the property names. |
MapNames | Sets the PropertyName, RenameAs and Caption values for a column. |
Retrieve | Retrieves the item by Key value. |
SetWhereOperators | Sets the Where Clause operators. |