Represents a parameter to an SACommand, and optionally, its mapping to a DataSet column.
      Visual Basic syntax
         
         
            Public NotInheritable Class 
            SAParameter 
            Inherits 
            System.Data.Common.DbParameter 
            Implements 
            System.ICloneable
         
      
      C# syntax
         
         
            public sealed class 
            SAParameter : System.Data.Common.DbParameter, System.ICloneable
         
      
      Remarks
         
         
            Implements: IDbDataParameter, IDataParameter, ICloneable
         Custom Attribute: sealed