与えられた
// r is a System.Data.IDataRecord
var blob = new byte[(r.GetBytes(0, 0, null, 0, int.MaxValue))];
r.GetBytes(0, 0, blob, 0, blob.Length);
をr.GetBytes(...)
返し、Int64
それよりも大きい可能性のある空の配列を作成するにはどうすればよいですか?Array.zeroCreate
Array.init
Int32
Int32.MaxValue