Table of Contents

Class EffortPolyProvider

Namespace
Z.EntityFramework.Extensions
Assembly
Z.EntityFramework.Extensions.dll

An effort polygon provider.

public class EffortPolyProvider : IPolyProvider
Inheritance
EffortPolyProvider
Implements
Inherited Members

Constructors

EffortPolyProvider()

public EffortPolyProvider()

Properties

AllowMultipleStatement

Gets a value indicating whether we allow multiple statement.

public bool AllowMultipleStatement { get; }

Property Value

bool

True if allow multiple statement, false if not.

MaximumParameter

Gets the maximum parameter.

public int MaximumParameter { get; }

Property Value

int

The maximum parameter.

Methods

EscapeColumnName(string)

public string EscapeColumnName(string columnName)

Parameters

columnName string

Returns

string

EscapeTableName(string)

public string EscapeTableName(string tableName)

Parameters

tableName string

Returns

string