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