ComponentOne DataObjects for .NET
SelectCommandType Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : SelectCommandType Property
Determines how to interpret SelectCommandText property.
Syntax
'Declaration
 
Public Property SelectCommandType As CommandTypeEnum
public CommandTypeEnum SelectCommandType {get; set;}
Remarks
This property determines whether SelectCommandText is a SQL statement or a stored procedure name.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members