C# Class YesSql.Core.Commands.DocumentCommand

Inheritance: IIndexCommand
Mostrar archivo Open project: sebastienros/yessql

Protected Properties

Property Type Description
AllKeys System.Reflection.PropertyInfo[]
AllProperties System.Reflection.PropertyInfo[]

Public Methods

Method Description
DocumentCommand ( Document document ) : System.Data.Common
ExecuteAsync ( DbConnection connection, DbTransaction transaction ) : System.Threading.Tasks.Task

Method Details

DocumentCommand() public method

public DocumentCommand ( Document document ) : System.Data.Common
document YesSql.Core.Indexes.Document
return System.Data.Common

ExecuteAsync() public abstract method

public abstract ExecuteAsync ( DbConnection connection, DbTransaction transaction ) : System.Threading.Tasks.Task
connection System.Data.Common.DbConnection
transaction System.Data.Common.DbTransaction
return System.Threading.Tasks.Task

Property Details

AllKeys protected_oe static_oe property

protected static PropertyInfo[],System.Reflection AllKeys
return System.Reflection.PropertyInfo[]

AllProperties protected_oe static_oe property

protected static PropertyInfo[],System.Reflection AllProperties
return System.Reflection.PropertyInfo[]