Show / Hide Table of Contents

Class DateTimeFieldInfo

Field information class for DateTime-typed fields

Inheritance
object
QueryElement
Argument
FieldInfo
TypedFieldInfoBase<DateTime>
DateTimeFieldInfo
Implements
ICloneable
IEquatable<FieldInfo>
Inherited Members
TypedFieldInfoBase<DateTime>.Equal(DateTime)
TypedFieldInfoBase<DateTime>.UnEqual(DateTime)
TypedFieldInfoBase<DateTime>.LessThan(DateTime)
TypedFieldInfoBase<DateTime>.LessThanOrEqual(DateTime)
TypedFieldInfoBase<DateTime>.GreaterThan(DateTime)
TypedFieldInfoBase<DateTime>.GreaterThanOrEqual(DateTime)
TypedFieldInfoBase<DateTime>.Like(DateTime)
TypedFieldInfoBase<DateTime>.NotLike(DateTime)
TypedFieldInfoBase<DateTime>.Between(DateTime, DateTime)
TypedFieldInfoBase<DateTime>.NotBetween(DateTime, DateTime)
TypedFieldInfoBase<DateTime>.In(params DateTime[])
TypedFieldInfoBase<DateTime>.In(IEnumerable<DateTime>)
TypedFieldInfoBase<DateTime>.NotIn(params DateTime[])
TypedFieldInfoBase<DateTime>.NotIn(IEnumerable<DateTime>)
TypedFieldInfoBase<DateTime>.HasAny(params DateTime[])
TypedFieldInfoBase<DateTime>.HasAny(IEnumerable<DateTime>)
TypedFieldInfoBase<DateTime>.HasAll(params DateTime[])
TypedFieldInfoBase<DateTime>.HasAll(IEnumerable<DateTime>)
TypedFieldInfoBase<DateTime>.MissingAny(params DateTime[])
TypedFieldInfoBase<DateTime>.MissingAny(IEnumerable<DateTime>)
TypedFieldInfoBase<DateTime>.MissingAll(params DateTime[])
TypedFieldInfoBase<DateTime>.MissingAll(IEnumerable<DateTime>)
FieldInfo.ToString()
FieldInfo.IsSameField(FieldInfo)
FieldInfo.Equals(object)
FieldInfo.GetHashCode()
FieldInfo.GetMainField()
FieldInfo.Parent
FieldInfo.Name
FieldInfo.DbName
FieldInfo.Definition
FieldInfo.IsPrimaryKey
FieldInfo.Size
FieldInfo.HasNoDefinition
Argument.Equal(Argument)
Argument.UnEqual(Argument)
Argument.LessThan(Argument)
Argument.LessThanOrEqual(Argument)
Argument.GreaterThan(Argument)
Argument.GreaterThanOrEqual(Argument)
Argument.Like(Argument)
Argument.Like(string)
Argument.NotLike(Argument)
Argument.NotBetween(Argument, Argument)
Argument.Between(Argument, Argument)
Argument.In(params Argument[])
Argument.HasAny(params Argument[])
Argument.HasAll(params Argument[])
Argument.MissingAny(params Argument[])
Argument.MissingAll(params Argument[])
Argument.IsNull()
Argument.IsNotNull()
Argument.NotIn(params Argument[])
Argument.HasFlag(Argument)
Argument.HasNoFlag(Argument)
Argument.ToArgumentArray<T>(T[])
Argument.ToArgumentArray<T>(T[], bool)
Argument.Alias
Argument.DataType
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class DateTimeFieldInfo : TypedFieldInfoBase<DateTime>, ICloneable, IEquatable<FieldInfo>

Constructors

DateTimeFieldInfo(TableInfo, FieldDataType, string)

Field information class for DateTime-typed fields

Declaration
public DateTimeFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type Name Description
TableInfo parent
FieldDataType dataType
string name

Properties

this[ISoDataRecord]

Field information class for DateTime-typed fields

Declaration
public DateTime this[ISoDataRecord record] { get; }
Parameters
Type Name Description
ISoDataRecord record
Property Value
Type Description
DateTime

Methods

Clone()

Memberwise Clone of this object

Declaration
public override object Clone()
Returns
Type Description
object

Copy of the fieldinfo that points to the same parent table.

Overrides
FieldInfo.Clone()

GetValue(ISoDataRecord)

Field information class for DateTime-typed fields

Declaration
public DateTime GetValue(ISoDataRecord record)
Parameters
Type Name Description
ISoDataRecord record
Returns
Type Description
DateTime

Implements

ICloneable
IEquatable<T>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top