C# |
---|
public class DbValues : List<DbValue> |
LJCDeserialize | Deserializes from the specified XML file. |
#ctor | Initializes an object instance. |
#ctor | The Copy constructor. |
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. |
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. |
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. |
Item | The column for the specified property name. |
LJCDefaultFileName | Gets the Default File Name. |