[This is preliminary documentation and is subject to change.]
Sql for selecting all the information
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public string SqlSelectAll( ref DataSet ds, int externalKeyId ) |
| Visual Basic (Declaration) |
|---|
Public Function SqlSelectAll ( _ ByRef ds As DataSet, _ externalKeyId As Integer _ ) As String |
| Visual C++ |
|---|
public: String^ SqlSelectAll( DataSet^% ds, int externalKeyId ) |
Parameters
- ds
- Type: System.Data..::.DataSet%
The dataset
- externalKeyId
- Type: System..::.Int32
The external key id, usually the group id
