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.
subsonic が dbo.sp_help_job にアクセスすることは可能ですか?
SubSonic は、SP もラップする ORM ツールですが、システム SP のコードを生成しません。プロジェクトはオープン ソースであるため、必要に応じてコードを編集できます。
For example, I have a class that says
public class KeyList extends Vector<Object> { }
but it never specifically creates a new Vector of any kind. This is part