C# Class HybridDb.Commands.DatabaseCommand

Afficher le fichier Open project: asgerhallas/HybridDb Class Usage Examples

Méthodes publiques

Méthode Description
AddTo ( Parameter>.Dictionary parameters, string name, object value, DbType dbType, string size ) : void

Méthodes protégées

Méthode Description
ConvertAnonymousToProjections ( HybridDb.Config.Table table, object projections ) : object>.IDictionary
MapProjectionsToParameters ( object>.IDictionary projections, int i ) : Parameter>.Dictionary

Private Methods

Méthode Description
Prepare ( DocumentStore store, System.Guid etag, int uniqueParameterIdentifier ) : PreparedDatabaseCommand

Method Details

AddTo() public static méthode

public static AddTo ( Parameter>.Dictionary parameters, string name, object value, DbType dbType, string size ) : void
parameters Parameter>.Dictionary
name string
value object
dbType DbType
size string
Résultat void

ConvertAnonymousToProjections() protected static méthode

protected static ConvertAnonymousToProjections ( HybridDb.Config.Table table, object projections ) : object>.IDictionary
table HybridDb.Config.Table
projections object
Résultat object>.IDictionary

MapProjectionsToParameters() protected static méthode

protected static MapProjectionsToParameters ( object>.IDictionary projections, int i ) : Parameter>.Dictionary
projections object>.IDictionary
i int
Résultat Parameter>.Dictionary