System.Data.Common.SingleStorage.GetEmptyStorage C# (CSharp) Method

GetEmptyStorage() protected method

protected GetEmptyStorage ( int recordCount ) : object
recordCount int
return object
        protected override object GetEmptyStorage(int recordCount)
        {
            return new float[recordCount];
        }