Enum SqlDataSourceCommandType
Specifies how a SQL command string is interpreted by the data source.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum SqlDataSourceCommandType
Remarks
Used by SqlDataSource to determine whether the SelectCommand property contains SQL text or a stored procedure name.
StoredProcedure
The command string contains the name of a stored procedure to execute.
Text
The command string contains SQL text to execute directly.