複数件のデータを一度に削除する際に使用するリストを返します。
名前空間:
GrapeCity.Forguncy.ServerApiアセンブリ: GrapeCity.Forguncy.ServerApi (GrapeCity.Forguncy.ServerApi.dll 内)
構文
| C# |
|---|
public List<ColumnValuePair> DeleteRows { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] private set; } |
| Visual Basic (宣言) |
|---|
Public Property DeleteRows As List(Of ColumnValuePair) <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Private Set |