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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAFactory class

 

CanCreateDataSourceEnumerator property

Always returns true, which indicates that an SADataSourceEnumerator object can be created.

Syntax
Visual Basic

Public Overrides Readonly Property CanCreateDataSourceEnumerator As Boolean
C#

public override bool CanCreateDataSourceEnumerator { get;}
Property value

A new SACommand object typed as DbCommand.

See also