Share via


name Attribute (dataObject Element)

The unique name for the data object.

Type

xsf:xdTitle

Remarks

The name attribute is a required attribute of the dataObject element.

Example

The following is an example of the name attribute as it is used in the dataObject element:

<xsf:dataObjects>
   <xsf:dataObject 
      name="EmployeeNames" 
      schema="EmployeeNames.xsd" 
      initOnLoad="yes">
      <xsf:query>
         <xsf:adoAdapter 
            connectionString="Provider=Microsoft.Jet.OLEDB.4.0;
               Password=&quot;&quot;;User ID=Admin;
               Data Source=infnwind.mdb;Mode=Share Deny None;
               Extended Properties=&quot;&quot;;..."
            commandText="select [EmployeeID],[LastName],[FirstName] 
               from [Employees] as [Employees]" 
            queryAllowed="yes"
            submitAllowed="yes">
      </xsf:adoAdapter>
            </xsf:query>
        </xsf:dataObject>
    </xsf:dataObjects>

Parent Objects | dataObject Element