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

Views field Next Page

SAParameter class


Represents a parameter to an SACommand, and optionally, its mapping to a DataSet column. This class cannot be inherited.

Syntax

Visual Basic

Public NotInheritable Class SAParameter
Inherits DbParameter
Implements ICloneable

C#

public sealed class SAParameter : DbParameter,
ICloneable

Remarks

Implements:[external link] IDbDataParameter, [external link] IDataParameter, [external link] ICloneable

See also

SAParameter members
SAParameter constructors
DbType property
Direction property
IsNullable property
Offset property
ParameterName property
Precision property
SADbType property
Scale property
Size property
SourceColumn property
SourceColumnNullMapping property
SourceVersion property
Value property
ResetDbType method
ToString method