Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QueryById() と GetById() の違いは、どちらも同じ署名を持っているため、誰でも説明できますか。そして、Query と Get で始まる多くの一般的な関数があります。私が見逃していると思われる大きな違いがあるかもしれません。
OrmLite のQueryByIdQuery*および で始まる、またはWhere*で終わるすべての API*Paramは、舞台裏でパラメータ化されたクエリを使用しますが、他のすべては使用しません。
Query*
Where*
*Param
これについては、OrmLite のプロジェクト ホームページのドキュメントで説明されています。
https://github.com/ServiceStack/ServiceStack.OrmLite/