Namespace - LJCDBMessage
Syntax
Represents a Request result.
(R)
Remarks
The DbResult
object contains the RequestTypeName and TableName that were in the
original DbQuery
request.
It also contains the
DbRecords
object with the result data.
Static
Constructor
#ctor
|
Initializes an object instance. |
#ctor
|
Initializes an object instance with the DbRequest object. |
#ctor
|
The Copy constructor. |
#ctor
|
Initializes an object instance with the supplied values. |
Collection
Clone
|
Clones the structure of the object. |
HasColumns
|
Checks if the result has Columns. |
HasData
|
Checks if the result has Columns. |
HasRows
|
Checks if the result has Rows. |
Serialize
|
Serializes the object and returns the serialized string. |
Serialize
|
Serialize the object to the specified file. |
SetColumns
|
Sets the Columns property from the principle and join columns. |
Other Public Methods
CreateResultColumns
|
Creates combined DbColumns from result DbColumns and DbValues.
|
GetRowValues
|
Gets the result values from the data row.
|
GetValueColumns
|
Get DbValues
from result records.
|
SetData
|
Sets the result records from the
DataTable and
DbRequest objects.
|
SetRows
|
Sets the result records from the DataTable, principle values and join values.
|
21 Methods
Other Private Methods
1 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.