Version

AddResource(Resource) Method

Adds a Resource that does not currently exist to the database.
Syntax
'Declaration
 
Public Overloads Sub AddResource( _
   ByVal resource As Resource _
) 
public void AddResource( 
   Resource resource
)

Parameters

resource
A resource created dynamically by the application or taken from an external source.
Remarks

Any setting of the DataKey or Key properties of the supplied resource will be ignored, since this method adds a new row to the Resource data table. When this method is successful, the DataKey on the supplied Resource object reference will be modified to contain the auto-generated identifier from the database.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also