/ Assembly List / LJCNetCommon / DbValue

Namespace - LJCNetCommon


Syntax

C#
public class DbValue : IComparable<DbValue>

Represents a data source value.

Public Methods
#ctor Initializes an object instance.
#ctor The Copy constructor.
#ctor Initializes an object instance with the supplied values.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
CreateColumn Creates a combined DbColumn from a DbValue and DbColumn.
FormatValue Formats the column value for the SQL string. (D)
ToString The object string identifier.
8 Methods

Properties
DataTypeName Gets or sets the DataTypeName value.
IsChanged Indicates that the value has changed.
PropertyName Gets or sets the PropertyName value.
Value Gets or sets the Value object.

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