iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DomSqlMapBuilder Constructor (Boolean)

NOTE: This constructor is now obsolete.

Set the ValidateSqlMapConfig property before calling the Configure method.


Constructs a DomSqlMapBuilder with or without configuration document validation using the SqlMapConfig schema.

[Visual Basic]
<Obsolete(Message:="Set the ValidateSqlMapConfig property before calling the Configure method.", IsError:=False, TypeId:=System.ObsoleteAttribute)>
Overloads Public Sub New( _
   ByVal Boolean As Boolean _
)
[C#]
[Obsolete(Message="Set the ValidateSqlMapConfig property before calling the Configure method.", IsError=False, TypeId=System.ObsoleteAttribute)]
public DomSqlMapBuilder(
   Boolean validateSqlMapConfig
);

Parameters

validateSqlMapConfig
Specify whether the configuration Xml document should be validated with the SqlMapConfig schema.

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace | DomSqlMapBuilder Constructor Overload List