| C# |
|---|
| public class DbMetaDataColumns : List<DbMetaDataColumn> |
| Add | Creates and adds the object from the supplied values. |
| Clone | Clones the structure of the object. |
| LJCSearchColumnName | Retrieve the collection element with name. |
| LJCSearchSequence | Retrieve the collection element with sequence. |
| LJCSortName | Sorts the collection with the Name value. |
| LJCSortSequence | Sorts the collection wtih the Sequence value. |