Table of Contents

Class DbParameterDefaults

Namespace
Rinku.Querying
Assembly
Rinku.dll

Provides the application wide defaults used to create database parameter settings.

public static class DbParameterDefaults
Inheritance
DbParameterDefaults
Inherited Members

Properties

Current

Gets or sets the parameter defaults used across the application.

public static IDbParameterDefaults Current { get; set; }

Property Value

IDbParameterDefaults

Methods

TryInstall(IDbParameterDefaults)

Installs the initial database parameter defaults. Call this once during startup when replacing the supplied default.

public static bool TryInstall(IDbParameterDefaults defaults)

Parameters

defaults IDbParameterDefaults

Returns

bool