Namespace - LJCDBMessage
Syntax
| C# |
|
public class DbRows : List<DbRow>
|
Represents a collection of
LJCNetCommon.DbValues.
Remarks
Each element of the collection is an
LJCNetCommon.DbValues
object which contains the values of a data row.
The common collection static methods are: HasItems() and
LJCDeserialize().
The collection contains a copy constructor.
The common collection instance methods are: Add(), Clone(), HasItems(),
and Serialize().
Static
Constructor
|
#ctor
|
Initializes an object instance. |
|
#ctor
|
The Copy constructor. |
Collection
|
Add
|
Adds the specified object. |
|
Clone
|
Clones the structure of the object. |
|
HasItems
|
Checks if the collection has items. |
|
Serialize
|
Serialize the object to the specified file. |
7 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.