Click or drag to resize

AppStandardDataItemClassImport Method (Stream, String, String)

Data import from a stream with CSV structure. First row is column label.

Namespace:  SOWIApp.Foundation
Assembly:  SOWIApp.Foundation (in SOWIApp.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public virtual void Import(
	Stream pStream,
	string pFileName = "",
	string pContentType = ""
)

Parameters

pStream
Type: System.IOStream
stream with CSV structure to import
pFileName (Optional)
Type: SystemString
file name include path (not used in this method)
pContentType (Optional)
Type: SystemString
MIME content type (not used in this method)

Implements

IAppControllerDataItemClassImport(Stream, String, String)
Remarks
See Also