/ Assembly List / LJCNetCommon / DbValues

Namespace - LJCNetCommon


Syntax

C#
public class DbValues : List<DbValue>

Represents a collection of DbValue objects.

Remarks

A DbValue collection element can also be retrieved by name using the collection object: values["PropertyName"];

Static
LJCDeserialize Deserializes from the specified XML file.

Constructor
#ctor Initializes an object instance.
#ctor The Copy constructor.

Collection
Add Creates the Object from the arguments and adds it to the collection.
Clone Clones the structure of the object.
HasItems Checks if the collection has items.
LJCCreateColumns Creates combined DbColumns from DbColumns and DbValues.
LJCSerialize Serializes the collection to a file.

Value
LJCGetBoolean Gets the column object value as a bool.
LJCGetByte Gets the column object value as a byte.
LJCGetChar Gets the column object value as a char.
LJCGetDbDateTime Gets the column object value as a DateTime.
LJCGetDecimal Gets the column object value as a decimal value.
LJCGetDouble Gets the column object value as a double.
LJCGetInt16 Gets the column object value as a short int.
LJCGetInt32 Gets the column object value as an int.
LJCGetInt64 Gets the column object value as a long int.
LJCGetObject Gets the column object value as an object.
LJCGetMinSqlDate Get the minimum date value.
LJCGetSingle Gets the column object value as a single.
LJCGetString Missing Summary
LJCSetValue Sets the object value for the column with the specified name.

Other Public Methods
LJCClearChanged Sets the IsChanged value to false for all elements in the collection.
LJCGetChanged Gets a collection of changed columns.
LJCSearchPropertyName Finds and returns the object that matches the supplied values.
24 Methods

Other Private Methods
1 Methods

Properties
Item The column for the specified property name.
LJCDefaultFileName Gets the Default File Name.

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