Class DataSetExtensions
Inheritance
System.Object
DataSetExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public static class DataSetExtensions
Methods
AndPredicate(String)
Declaration
public static string AndPredicate(this string thisString)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
Returns
Type |
Description |
System.String |
|
OrderBy(String, String)
Declaration
public static string OrderBy(this string thisString, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
OrderByDescending(String, String)
Declaration
public static string OrderByDescending(this string thisString, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
OrPredicate(String)
Declaration
public static string OrPredicate(this string thisString)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
Returns
Type |
Description |
System.String |
|
Predicate(String, String, Object, FilterType)
Declaration
public static string Predicate(this string thisString, string property, object value, FilterType filterType)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
System.String |
property |
|
System.Object |
value |
|
FilterType |
filterType |
|
Returns
Type |
Description |
System.String |
|
ThenBy(String, String)
Declaration
public static string ThenBy(this string thisString, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
ThenByDescending(String, String)
Declaration
public static string ThenByDescending(this string thisString, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
thisString |
|
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|