Insert a new Row into the database using the property values in the input buffer. The object ID of the new Row, if there is one, is returned.
[Visual Basic 6.0] Function InsertRow(
ByVal buffer As IRowBuffer _
) As Variant
[Visual Basic .NET] Public Function InsertRow ( _ ByVal buffer As IRowBuffer _ ) As Object
[C#] public object InsertRow ( IRowBuffer buffer );
[Java] public Object insertRow ( IRowBuffer buffer ) throws IOException, AutomationException
[C++] HRESULT InsertRow( IRowBuffer* buffer, VARIANT* OID );
Parameters
buffer [in]
buffer is a parameter of type IRowBuffer
OID [out, retval]
OID is a parameter of type VARIANT