Query<T>

Namespace: uModDatabase

Assembly: uMod.Core.dll

Inheritance Object Query

Implements IQuery, IDisposable

Summary

Represents a database query

Fields

Name

Summary

Context

Query Plugin

Properties

Name

Summary

Buffered

Gets whether or not query is buffered

CommandType

Gets the command type

Connection

Gets the connection name

Mapping

Gets the type to property mapping

Model

Query ObjectModel

Parameters

Gets the query parameters

Plugin

Gets the plugin name

QueryType

Gets the query type

SplitOn

Gets the mapping split configuration

Sql

Gets the sql

Timeout

Gets the query timeout

Transaction

Gets the transaction name

TypeName

Gets the type name

Methods

Name

Summary

Dispose ()

Dispose of Query

Invoke ()

Send query to database application