Skip to content

Field.AsObject method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Ases the object.

public abstract object AsObject(IRow row)
parameter description
row The row.

See Also


Field.AsObject method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Ases the object.

public abstract void AsObject(IRow row, object value)
parameter description
row The row.
value The value.

See Also