CommandDefinitionParameters Property |
The parameters associated with the command
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object Parameters { get; }
Public ReadOnly Property Parameters As Object
Get
public:
property Object^ Parameters {
Object^ get ();
}
member Parameters : Object with get
Property Value
Type:
ObjectSee Also