C# Class Shaolinq.Persistence.Linq.ProjectionBuilderScope

ファイルを表示 Open project: tumtumtum/Shaolinq Class Usage Examples

Public Properties

Property Type Description
rootPrimaryKeys List

Public Methods

Method Description
ProjectionBuilderScope ( int>.Dictionary columnIndexes ) : System.Collections.Generic
ProjectionBuilderScope ( string columnNames ) : System.Collections.Generic

Method Details

ProjectionBuilderScope() public method

public ProjectionBuilderScope ( int>.Dictionary columnIndexes ) : System.Collections.Generic
columnIndexes int>.Dictionary
return System.Collections.Generic

ProjectionBuilderScope() public method

public ProjectionBuilderScope ( string columnNames ) : System.Collections.Generic
columnNames string
return System.Collections.Generic

Property Details

rootPrimaryKeys public_oe property

public List rootPrimaryKeys
return List