StorageDataReader.GetBytesWithMaxCapacity(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <System::Byte> ^ GetBytesWithMaxCapacity(int iCol, int maxNumBytesToReturn);
public byte[] GetBytesWithMaxCapacity (int iCol, int maxNumBytesToReturn);
member this.GetBytesWithMaxCapacity : int * int -> byte[]
Public Function GetBytesWithMaxCapacity (iCol As Integer, maxNumBytesToReturn As Integer) As Byte()
Parameters
- iCol
- Int32
- maxNumBytesToReturn
- Int32
Returns
Byte[]