Skip to content

546f576b 566f 4949 159e b02023e157ee

Fernando Garcia edited this page May 8, 2018 · 1 revision

DataSetProvider.CanCreateInputXml Property

Additional header content

Gets a value indicating whether you can create an Xml file from the current instance of the object.

Namespace: iTin.Export.Providers
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override bool CanCreateInputXml { get; }

VB

Public Overrides ReadOnly Property CanCreateInputXml As Boolean
	Get

Property Value

Type: Boolean
Always returns true.

Implements

IProvider.CanCreateInputXml

Remarks

[Missing documentation for "P:iTin.Export.Providers.DataSetProvider.CanCreateInputXml"]

See Also

Reference

DataSetProvider Class
iTin.Export.Providers Namespace

Clone this wiki locally