System.Data.Common.SingleStorage.GetEmptyStorage C# (CSharp) Méthode

GetEmptyStorage() protected méthode

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