[Missing <summary> documentation for "M:Caisis.BOL.ExportServices.Export(System.Xml.XmlWriter,System.Collections.Generic.List{System.String})"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Export(
	XmlWriter xw,
	List<string> tablenames
)
Visual Basic
Public Sub Export ( 
	xw As XmlWriter,
	tablenames As List(Of String)
)
Visual C++
public:
void Export(
	XmlWriter^ xw, 
	List<String^>^ tablenames
)

Parameters

xw
Type: System.Xml..::..XmlWriter

[Missing <param name="xw"/> documentation for "M:Caisis.BOL.ExportServices.Export(System.Xml.XmlWriter,System.Collections.Generic.List{System.String})"]

tablenames
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>

[Missing <param name="tablenames"/> documentation for "M:Caisis.BOL.ExportServices.Export(System.Xml.XmlWriter,System.Collections.Generic.List{System.String})"]

See Also