public void CreateZohoBooksParameter() { ZohoBooksParameter myParameter = new ZohoBooksParameter(); myParameter.ParameterName = "DName"; myParameter.ZohoBooksType = ZohoBooksType.VarChar; myParameter.Direction = ParameterDirection.Input; myParameter.Size = 15; }
Public Sub CreateZohoBooksParameter() Dim myParameter As New ZohoBooksParameter() myParameter.ParameterName = "DName" myParameter.ZohoBooksType = ZohoBooksType.VarChar myParameter.Direction = ParameterDirection.Input myParameter.Size = 15 End Sub