DataSourceSelectResultProcessingOptions Class

Definition

Encapsulates the options required for processing a select method result from a select operation.

public ref class DataSourceSelectResultProcessingOptions
public class DataSourceSelectResultProcessingOptions
type DataSourceSelectResultProcessingOptions = class
Public Class DataSourceSelectResultProcessingOptions
Inheritance
DataSourceSelectResultProcessingOptions

Constructors

DataSourceSelectResultProcessingOptions()

Initializes a new instance of the DataSourceSelectResultProcessingOptions class.

Properties

AutoPage

Indicates whether paging is done automatically by the ModelDataSourceView object.

AutoSort

Indicates whether sorting is done automatically by the ModelDataSourceView object.

ModelType

The Type which is used for auto paging and auto sorting.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to