[This is preliminary documentation and is subject to change.]
Gets the foreign column list
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected string GetListForeignColumn( ref DataSet ds, int id ) |
Visual Basic (Declaration) |
---|
Protected Function GetListForeignColumn ( _ ByRef ds As DataSet, _ id As Integer _ ) As String |
Visual C++ |
---|
protected: String^ GetListForeignColumn( DataSet^% ds, int id ) |
Parameters
- ds
- Type: System.Data..::.DataSet%
- id
- Type: System..::.Int32