Click or drag to resize

SQLiteConnectionDeferredQuery Method

Overload List
  NameDescription
Public methodDeferredQueryT(String, Object)
Creates a SQLiteCommand given the command text (SQL) with arguments. Place a '?' in the command text for each of the arguments and then executes that command. It returns each row of the result using the mapping automatically generated for the given type.
Public methodDeferredQuery(TableMapping, String, Object)
Creates a SQLiteCommand given the command text (SQL) with arguments. Place a '?' in the command text for each of the arguments and then executes that command. It returns each row of the result using the specified mapping. This function is only used by libraries in order to query the database via introspection. It is normally not used.
Top
See Also