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) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SADefault class

Represents a parameter with a default value. This is a static class and so cannot be inherited or instantiated.

Syntax
Visual Basic

Public NotInheritable Class SADefault 
C#

public sealed class SADefault 
Remarks

There is no constructor for SADefault.

SAParameter parm = new SAParameter();
parm.Value = SADefault.Value;
See also

SADefault members
Value field