Class DataTableCollectionViewExt
Class that defines the extension methods for the data table collection view.
Inheritance
System.Object
    DataTableCollectionViewExt
  Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public static class DataTableCollectionViewExt : Object
  Methods
GetClonedSource(CollectionViewAdv)
Gets the cloned source from the given view.
Declaration
public static DataTable GetClonedSource(this CollectionViewAdv view)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CollectionViewAdv | view | The collection view.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Data.DataTable | The cloned source from the given view.  | 
      
GetFilterString(CollectionViewAdv)
Gets the filter string from the given view.
Declaration
public static string GetFilterString(this CollectionViewAdv view)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CollectionViewAdv | view | The collection view.  | 
      
Returns
| Type | Description | 
|---|---|
| System.String | The filter string from the given collection view.  | 
      
GetFilterString(CollectionViewAdv, String, Boolean)
Gets the filter string from the given view.
Declaration
public static string GetFilterString(this CollectionViewAdv view, string columnName, bool returnColumnExpression)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CollectionViewAdv | view | The collection view.  | 
      
| System.String | columnName | The column name.  | 
      
| System.Boolean | returnColumnExpression | A boolean value indicating whether to return the column expression.  | 
      
Returns
| Type | Description | 
|---|---|
| System.String | The filter string from the given view.  |