[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataRow GetCaseDetails( int caseId, int projectId ) |
Visual Basic (Declaration) |
---|
Public Function GetCaseDetails ( _ caseId As Integer, _ projectId As Integer _ ) As DataRow |
Visual C++ |
---|
public: DataRow^ GetCaseDetails( int caseId, int projectId ) |
Parameters
- caseId
- Type: System..::.Int32
- projectId
- Type: System..::.Int32