[This is preliminary documentation and is subject to change.]
            Returns the metainfo collection when the data is requested via the primary key.
            
    Namespace: 
   OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static MetaInfoCollection GetMetaInfoCollection( ref DataSet ds, bool isEmpty )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function GetMetaInfoCollection ( _ ByRef ds As DataSet, _ isEmpty As Boolean _ ) As MetaInfoCollection  | 
| Visual C++ | 
|---|
public: static MetaInfoCollection^ GetMetaInfoCollection( DataSet^% ds, bool isEmpty )  | 
Parameters
- ds
 - Type: System.Data..::.DataSet%
The dtaset returned by the database 
- isEmpty
 - Type: System..::.Boolean
true if the collection is empty 
