Persistate API documentation
ReadInt32 Method (dr, name)
NamespacesPersistateDatabaseReadInt32(IDataReader, String)

[This is preliminary documentation and is subject to change.]

This method is intended for use only by generated code.
Declaration Syntax
C#
public int ReadInt32(
	IDataReader dr,
	string name
)
Parameters
dr (IDataReader)
The IDataReader to unpack the member from.
name (String)
The name of the member to unpack.
Return Value
The unpacked member.
Remarks
Unpacks an int member value from an IDataReader.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)