Class SqliteValidatorHelper
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public static class SqliteValidatorHelper
- Inheritance
-
SqliteValidatorHelper
- Inherited Members
-
Methods
CheckFeatureIdAndGeometryColumn(string, string, string, string)
public static void CheckFeatureIdAndGeometryColumn(string connectionString, string tableName, string featureIdColumn, string geometryColumnName)
Parameters
connectionString
string
tableName
string
featureIdColumn
string
geometryColumnName
string
CheckFeatureSourceCanExecuteSqlQuery(bool)
public static void CheckFeatureSourceCanExecuteSqlQuery(bool canExecuteSqlQuery)
Parameters
canExecuteSqlQuery
bool
CheckFeatureSourceIsInTransaction(bool)
public static void CheckFeatureSourceIsInTransaction(bool isInTransaction)
Parameters
isInTransaction
bool
CheckFeatureSourceIsOpen(bool)
public static void CheckFeatureSourceIsOpen(bool isOpen)
Parameters
isOpen
bool
CheckIsEmptyOrNull(IEnumerable<string>)
public static bool CheckIsEmptyOrNull(IEnumerable<string> values)
Parameters
values
IEnumerable<string>
Returns
- bool
CheckParameterIsNotNullOrEmpty(string, string)
public static void CheckParameterIsNotNullOrEmpty(string value, string parameterName)
Parameters
value
string
parameterName
string
CheckParameterIsValid(BaseShape, string)
public static void CheckParameterIsValid(BaseShape BasheShapeToTest, string parameterName)
Parameters
BasheShapeToTest
BaseShape
parameterName
string