System.Data.Common.Int64Storage.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 long[recordCount];
        }