Click or drag to resize

StiXmlOptions Constructor (Byte, Byte, Boolean)

Initializes a new instance of the StiXmlOptions class

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiXmlOptions(
	byte[] schema,
	byte[] content,
	bool isAdoNet = true
)

Parameters

schema
Type: SystemByte

[Missing <param name="schema"/> documentation for "M:Stimulsoft.Base.StiXmlOptions.#ctor(System.Byte[],System.Byte[],System.Boolean)"]

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.StiXmlOptions.#ctor(System.Byte[],System.Byte[],System.Boolean)"]

isAdoNet (Optional)
Type: SystemBoolean

[Missing <param name="isAdoNet"/> documentation for "M:Stimulsoft.Base.StiXmlOptions.#ctor(System.Byte[],System.Byte[],System.Boolean)"]

See Also