Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > QueryCompositeInstancesArgs Class : Command Property |
public DbCommand Command {get; set;}
'Declaration Public Property Command As DbCommand
'Usage Dim instance As QueryCompositeInstancesArgs Dim value As DbCommand instance.Command = value value = instance.Command
public: property DbCommand^ Command { DbCommand^ get(); void set ( DbCommand^ value); }