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
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.