Dynamicweb 8 Documentation
SetTags(IDataReader) Method

A datareader.
Adds template tags to the template tag collection using the name of the datareader columns as name and the values as value.
Syntax
'Declaration
 
Public Overloads Sub SetTags( _ 
   ByVal values As IDataReader _ 
) 
public void SetTags( 
   IDataReader values 
)

Parameters

values
A datareader.
Requirements

Target Platforms: 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

Reference

Template Class
Template Members
Overload List

Send Feedback