DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommand Class / CommandType Property

In This Topic
    CommandType Property (C1KintoneCommand)
    In This Topic
    Indicates or specifies how the System.Data.Common.DbCommand.CommandText property is interpreted.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property CommandType As CommandType
    public override CommandType CommandType {get; set;}
    See Also