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

GetEmptyStorage() protected method

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