[This is preliminary documentation and is subject to change.]
User defined list selects
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected string UdfListSelects( ref StringBuilder sb, DataRow drow, ref DataSet ds, int externalKeyId ) |
Visual Basic (Declaration) |
---|
Protected Function UdfListSelects ( _ ByRef sb As StringBuilder, _ drow As DataRow, _ ByRef ds As DataSet, _ externalKeyId As Integer _ ) As String |
Visual C++ |
---|
protected: String^ UdfListSelects( StringBuilder^% sb, DataRow^ drow, DataSet^% ds, int externalKeyId ) |
Parameters
- sb
- Type: System.Text..::.StringBuilder%
- drow
- Type: System.Data..::.DataRow
- ds
- Type: System.Data..::.DataSet%
- externalKeyId
- Type: System..::.Int32