Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULFactory class

 

CanCreateDataSourceEnumerator property

Returns false to indicate the UltraLite.NET does not support DbDataSourceEnumerator.

Syntax
Visual Basic
Public Overrides Readonly Property CanCreateDataSourceEnumerator As Boolean
C#
public override bool CanCreateDataSourceEnumerator { get;}
Property value

False to indicate that ULFactory does not implement the CreateDataSourceEnumerator() method.

See also