C# Class Mapstache.GeometryDataSource

Mostra file Open project: awcoats/mapstache Class Usage Examples

Public Methods

Method Description
Query ( SqlGeography bounds, string layer ) : IEnumerable
Query ( string query ) : IEnumerable

Private Methods

Method Description
CreateAndOpenConnection ( ) : SqlConnection

Method Details

Query() public method

public Query ( SqlGeography bounds, string layer ) : IEnumerable
bounds SqlGeography
layer string
return IEnumerable

Query() public method

public Query ( string query ) : IEnumerable
query string
return IEnumerable