public Nullable<int> RowsAffected { get; }
Public ReadOnly Property RowsAffected As Nullable(Of Integer) Get
public: property Nullable<int^> RowsAffected { Nullable<int^> get (); }