Initializes an SAParameter object with the specified parameter name, data type, and length.
Visual Basic Public Sub New( _ ByVal parameterName As String, _ ByVal dbType As SADbType, _ ByVal size As Integer, _ ByVal sourceColumn As String _ )
C# public SAParameter( string parameterName, SADbType dbType, int size, string sourceColumn );
parameterName The name of the parameter.
dbType One of the SADbType values
size The length of the parameter.
sourceColumn The name of the source column to map.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |