Responder Developer Guide
Write(DataSession,DataSet) Method


Syntax
'Declaration
 
Public Overridable Sub Write( _
   ByVal session As DataSession, _
   ByVal dataset As DataSet _
) 
'Usage
 
Dim instance As DataWriter
Dim session As DataSession
Dim dataset As DataSet
 
instance.Write(session, dataset)
public virtual void Write( 
   DataSession session,
   DataSet dataset
)

Parameters

session
dataset
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataWriter Class
DataWriter Members

 

 


Send Comment