C# Class ServiceStack.OrmLite.SqlServer.Converters.SqlServerGeographyTypeConverter

SqlServer Database Converter for the Geometry data type https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.types.sqlgeography.aspx
Inheritance: ServiceStack.OrmLite.SqlServer.Converters.SqlServerSpatialTypeConverter
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Méthode Description
FromDbValue ( Type fieldType, object value ) : object
InitDbParam ( IDbDataParameter p, Type fieldType ) : void
ToDbValue ( Type fieldType, object value ) : object
ToQuotedString ( Type fieldType, object value ) : string

Method Details

FromDbValue() public méthode

public FromDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
Résultat object

InitDbParam() public méthode

public InitDbParam ( IDbDataParameter p, Type fieldType ) : void
p IDbDataParameter
fieldType System.Type
Résultat void

ToDbValue() public méthode

public ToDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
Résultat object

ToQuotedString() public méthode

public ToQuotedString ( Type fieldType, object value ) : string
fieldType System.Type
value object
Résultat string