Interface IPolyProvider
- Namespace
- Z.EntityFramework.Extensions
- Assembly
- Z.EntityFramework.Extensions.dll
Interface for polygon provider.
public interface IPolyProvider
Properties
AllowMultipleStatement
Gets a value indicating whether we allow multiple statement.
bool AllowMultipleStatement { get; }
Property Value
- bool
True if allow multiple statement, false if not.
MaximumParameter
Gets the maximum parameter.
int MaximumParameter { get; }
Property Value
- int
The maximum parameter.
Methods
EscapeColumnName(string)
Escape column name.
string EscapeColumnName(string columnName)
Parameters
columnName
stringName of the column.
Returns
- string
A string.
EscapeTableName(string)
Escape table name.
string EscapeTableName(string tableName)
Parameters
tableName
stringName of the table.
Returns
- string
A string.