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