DbExtensions
Assembly: ServiceStack.Server.dll
View Source
Declaration
public static class DbExtensions : object
Methods
Serialize<T>(IDbConnection, T)
View Source
Declaration
public static string Serialize<T>(this IDbConnection db, T value)
Returns
System.String
Parameters
Type | Name |
---|---|
IDbConnection | db |
<T> | value |
Type Parameters
T
Deserialize<T>(IDbConnection, String)
View Source
Declaration
public static T Deserialize<T>(this IDbConnection db, string text)
Returns
<T>
Parameters
Type | Name |
---|---|
IDbConnection | db |
System.String | text |
Type Parameters
T