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