[This is preliminary documentation and is subject to change.]
Removes the unreadable rows
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void RemoveUnreadableRows( MetaConstants..::.MetaEntity me, ref DataSet ds, ref DataView dview, int tableNum, ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Sub RemoveUnreadableRows ( _ me As MetaConstants..::.MetaEntity, _ ByRef ds As DataSet, _ ByRef dview As DataView, _ tableNum As Integer, _ session As ConfigureInfo _ ) |
Visual C++ |
---|
public: void RemoveUnreadableRows( MetaConstants..::.MetaEntity me, DataSet^% ds, DataView^% dview, int tableNum, ConfigureInfo^ session ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
- ds
- Type: System.Data..::.DataSet%
The dataset
- dview
- Type: System.Data..::.DataView%
The dataview
- tableNum
- Type: System..::.Int32
The table number
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session