CustomClassField<TValue>.GetFromReader method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets field value from a data reader.

protected virtual TValue GetFromReader(IDataReader reader, int index)
parameter description
reader The reader.
index The index.

Exceptions

exception condition
NotImplementedException

See Also


CustomClassField<TValue>.GetFromReader method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets field value from a data reader.

public override void GetFromReader(IDataReader reader, int index, IRow row)
parameter description
reader The reader.
index The index.
row The row.

Exceptions

exception condition
ArgumentNullException reader

See Also