ICMSQueryable TObject  MembersKentico 8.0 API Reference
The ICMSQueryable TObject  type exposes the following members.
Methods

  NameDescription
Public methodCreateChild
Creates the child collection based on the given provider
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through the collection.
(Inherited from OnlineIEnumerable TObject .)
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through a collection.
(Inherited from OnlineIEnumerable.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToList TObject, TTo 
Converts the given collection to a list of values
(Defined by BaseExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Back to Top
Properties

  NameDescription
Public propertyCount
Number of total items in the collection
(Inherited from ICMSQueryable.)
Public propertyOnlineElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of OnlineIQueryable is executed.
(Inherited from OnlineIQueryable.)
Public propertyOnlineExpression
Gets the expression tree that is associated with the instance of OnlineIQueryable.
(Inherited from OnlineIQueryable.)
Public propertyIsOffline
Returns true if the given collection is offline (disconnected from the database)
(Inherited from ICMSQueryable.)
Public propertyOnlineProvider
Gets the query provider that is associated with this data source.
(Inherited from OnlineIQueryable.)
Back to Top
See Also