pmMDA.NET

PmMdaTimestampType.Get Method (IDataReader, String)

[This is preliminary documentation and subject to change.]

Converts the value in the rs for the specified name to DateTime and returns it.

public override object Get(
   IDataReader rs,
   string name
);

Parameters

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

Return Value

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

See Also

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