CommandDefinitionCommandText Property |
The command (sql or a stored-procedure name) to execute
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CommandText { get; }
Public ReadOnly Property CommandText As String
Get
public:
property String^ CommandText {
String^ get ();
}
member CommandText : string with get
Property Value
Type:
StringSee Also