C# Class CassandraSharp.CQLPoco.CQLPocoExtensions

显示文件 Open project: pchalamet/cassandra-sharp

Public Methods

Method Description
CreatePocoCommand ( this @this ) : ICqlCommand
FromPoco ( this @this ) : ICqlCommandBuilderTo
ToPoco ( this @this ) : ICqlCommandBuilderBuild

Method Details

CreatePocoCommand() public static method

public static CreatePocoCommand ( this @this ) : ICqlCommand
@this this
return ICqlCommand

FromPoco() public static method

public static FromPoco ( this @this ) : ICqlCommandBuilderTo
@this this
return ICqlCommandBuilderTo

ToPoco() public static method

public static ToPoco ( this @this ) : ICqlCommandBuilderBuild
@this this
return ICqlCommandBuilderBuild