Updates the Metadata from readerData
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void UpdateMetadata( IDataReader readerData )
Public Sub UpdateMetadata ( _ readerData As IDataReader _ )
public: void UpdateMetadata( IDataReader^ readerData )
Parameters
- readerData (IDataReader)
- IDataReader providing the new metadata.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
readerData is null. |
ArgumentException |
readerData does not contain 43 columns. |