AtomsFramework Persistence Layer Reference Guide

ModAliasNull Members

ModAliasNull overview

Public Static (Shared) Fields

DefaultDate Constant. Default date value.
DefaultNow Constant. Default value for Now.
NullByte Constant. Null alias for Bytes
NullCurrency Constant. Null alias for Currency.
NullDate Constant. Null alias for Dates
NullDouble Constant. Null alias for Doubles.
NullInteger Constant. Null Alias for Integers.
NullLong Constant. Null alias for Longs
NullSingle Constant. Null alias for Singles
NullString Constant. Null alias for Strings.

Public Static (Shared) Methods

AliasToNullOverloaded. Converts an Aliased Value to NULL
IsNullAlias Check is a value should be mapped to a NULL.
NullToAliasOverloaded. Replaces a NULL with a defined value (the aliased NULL value).
NumberOfDecimals Returns the number digits after the decimal point.
NumberOfDigits Returns the number digits before the decimal point.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ModAliasNull Class | AtomsFramework Namespace