Click or drag to resize

SQLiteConnectionFind Method

Overload List
  NameDescription
Public methodFindT(ExpressionFuncT, Boolean)
Attempts to retrieve the first object that matches the predicate from the table associated with the specified type.
Public methodFindT(Object)
Attempts to retrieve an object with the given primary key from the table associated with the specified type. Use of this method requires that the given type have a designated PrimaryKey (using the PrimaryKeyAttribute).
Public methodFind(Object, TableMapping)
Attempts to retrieve an object with the given primary key from the table associated with the specified type. Use of this method requires that the given type have a designated PrimaryKey (using the PrimaryKeyAttribute).
Top
See Also