Click or drag to resize

TypedMapperOpenNew Method

Overload List
  NameDescription
Public methodStatic memberOpenNewT(IAppContext)
Creates a new mapper and moves to a new record. The mapper is in the New state, ready to accept values. No query is performed. You must explicitly call Close or Dispose on the object after this call.
Public methodStatic memberOpenNewT(IAppContext, Flavors)
Creates a new mapper and moves to a new record. The mapper is in the New state, ready to accept values. No query is performed. You must explicitly call Close or Dispose on the object after this call.
Public methodStatic memberOpenNewT(IAppContext, Flavors, MapperAttrs)
Creates a new mapper and moves to a new record. The mapper is in the New state, ready to accept values. No query is performed. You must explicitly call Close or Dispose on the object after this call.
Protected methodOpenNew(IAppContext, String, Flavors, MapperAttrs)
Creates a new mapper and moves to a new record.
Top
See Also