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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAFactory class

Instance field Next Page

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