This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the type of execute performed on the database.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public enum ExecuteType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ExecuteType

Members

Member nameDescription
ExecuteNonQuery
Performs an ExecuteNonQuery
ExecuteScalar
Performs an ExecuteScalar
ExecuteReader
Performs an ExecuteReader

See Also

Smartsite.Data Namespace
Advanced