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