SqlBatch.Commands Property

Definition

The list of commands contained in the batch in a IList of SqlBatchCommand objects.

public:
 property System::Collections::Generic::List<Microsoft::Data::SqlClient::SqlBatchCommand ^> ^ Commands { System::Collections::Generic::List<Microsoft::Data::SqlClient::SqlBatchCommand ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand> Commands { get; }
member this.Commands : System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand>
Public ReadOnly Property Commands As List(Of SqlBatchCommand)

Property Value

Applies to