pmMDA.NET

PmMdaTimestampType.Get Method (IDataReader, Int32)

[This is preliminary documentation and subject to change.]

Converts the value in the rs at the specified index to DateTime and returns it.

public override object Get(
   IDataReader rs,
   int index
);

Parameters

rs
The IDataReader that contains the value.
index
The index of the field to get the value from.

Return Value

The value of the rs at the specified index as DateTime.

See Also

PmMdaTimestampType Class | PmMda.Net.NHibernate Namespace | PmMdaTimestampType.Get Overload List