Click or drag to resize

OrmGetIndices Method

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static IEnumerable<IndexedAttribute> GetIndices(
	MemberInfo p
)

Parameters

p
Type: System.ReflectionMemberInfo

Return Value

Type: IEnumerableIndexedAttribute
See Also