Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 475 Bytes

NetSdoGeometry

Fork of the NetSdoGeometry project as can be found here on CodePlex

I applied StyleCop rules to the files and restructured some of the classes into separate files.

The code snippet below shows how to use it.

OracleDataReader reader = command.ExecuteReader();

while (reader.Read())
{
    NetSdoGeometry.SdoGeometry geom = reader["geometry"] as NetSdoGeometry.SdoGeometry;
}